Trace number 2066649

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+minisatSAT 56.2235 56.9086

General information on the benchmark

Namecsp/pseudo/ii/
normalized-ii-32e5.xml
MD5SUMfaa57d28b443bcfc668a0f40a81e1157
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark9.32258
Satisfiable
(Un)Satisfiability was proved
Number of variables1044
Number of constraints12158
Maximum constraint arity32
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12158
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 22:15:13 2009
0.00/0.08	c 0	PID 17776
0.00/0.08	c 0	HOST node67.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2066649-1247343313.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2066649-1247343313.xml' 'HOME/temp.csp'
1.06/1.17	c 1	1 domains, 1044 variables, 4 predicates, 0 relations, 12158 constraints
1.06/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.19	c 1	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'
1.13/1.28	c 2	Parsing HOME/temp.csp
1.13/1.43	c 2	parsed 10000 expressions
1.14/1.54	c 2	parsed 13207 expressions
1.14/1.55	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.55	c 2	Converting to clausal form CSP
1.14/1.64	c 2	converted 1321 (10%) expressions
1.14/1.81	c 2	converted 2642 (20%) expressions
1.14/1.83	c 2	converted 3963 (30%) expressions
1.14/1.86	c 2	converted 5283 (40%) expressions
1.14/1.94	c 2	converted 6604 (50%) expressions
1.14/1.97	c 2	converted 7925 (60%) expressions
1.14/2.00	c 2	converted 9245 (70%) expressions
1.14/2.02	c 2	converted 10566 (80%) expressions
1.14/2.05	c 2	converted 11887 (90%) expressions
3.00/3.11	c 3	converted 13207 (100%) expressions
3.00/3.11	c 3	CSP : 7134 integers, 0 booleans, 24338 clauses, largest domain size 12
3.00/3.11	c 3	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.11	c 3	Propagation in CSP
3.20/3.36	c 4	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.20/3.36	c 4	CSP : 7134 integers, 0 booleans, 24338 clauses, largest domain size 12
3.20/3.36	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.20/3.38	c 4	Simplifing CSP by introducing new Boolean variables
3.20/3.40	c 4	CSP : 7134 integers, 0 booleans, 24338 clauses, largest domain size 12
3.30/3.40	c 4	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.39/3.51	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.39/3.53	c 4	714 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.39/3.54	c 4	1427 (20%) CSP integer variables are encoded (2566 clauses, 33422 bytes)
3.39/3.55	c 4	2141 (30%) CSP integer variables are encoded (7360 clauses, 95744 bytes)
3.39/3.56	c 4	2854 (40%) CSP integer variables are encoded (12150 clauses, 166727 bytes)
3.39/3.57	c 4	3567 (50%) CSP integer variables are encoded (16939 clauses, 238562 bytes)
3.39/3.58	c 4	4281 (60%) CSP integer variables are encoded (21733 clauses, 310472 bytes)
3.39/3.58	c 4	4994 (70%) CSP integer variables are encoded (26517 clauses, 382232 bytes)
3.39/3.59	c 4	5708 (80%) CSP integer variables are encoded (31311 clauses, 454142 bytes)
3.50/3.60	c 4	6421 (90%) CSP integer variables are encoded (36101 clauses, 525992 bytes)
3.50/3.62	c 4	7134 (100%) CSP integer variables are encoded (40890 clauses, 597827 bytes)
3.50/3.67	c 4	2434 (10%) CSP clauses are encoded (43324 clauses, 624307 bytes)
3.50/3.68	c 4	4868 (20%) CSP clauses are encoded (45758 clauses, 653194 bytes)
3.59/3.70	c 4	7302 (30%) CSP clauses are encoded (48192 clauses, 682487 bytes)
3.59/3.72	c 4	9736 (40%) CSP clauses are encoded (50626 clauses, 711782 bytes)
6.56/6.74	c 7	12169 (50%) CSP clauses are encoded (202723 clauses, 4369490 bytes)
14.87/15.13	c 15	14603 (60%) CSP clauses are encoded (623905 clauses, 14744910 bytes)
23.28/23.65	c 24	17037 (70%) CSP clauses are encoded (1043187 clauses, 26175594 bytes)
31.79/32.28	c 33	19471 (80%) CSP clauses are encoded (1462489 clauses, 38301339 bytes)
40.29/40.81	c 41	21905 (90%) CSP clauses are encoded (1881727 clauses, 50425532 bytes)
48.71/49.40	c 50	24338 (100%) CSP clauses are encoded (2302868 clauses, 62610349 bytes)
48.71/49.40	c 50	24338 CSP clauses encoded
48.71/49.40	c 50	Writing map file : HOME/temp.map
48.82/49.41	c 50	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
48.82/49.42	c 50	SAT : 48024 SAT variables, 2302868 SAT clauses, 62610349 bytes
48.82/49.42	c 50	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
48.82/49.47	c 50	SOLVING HOME/temp.cnf
48.82/49.47	c 50	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
48.82/49.48	c 50	This is MiniSat 2.0 beta
48.82/49.48	c 50	WARNING: for repeatability, setting FPU to use double precision
48.82/49.48	c 50	============================[ Problem Statistics ]=============================
48.82/49.48	c 50	|                                                                             |
48.82/49.48	c 50	|  Number of variables:  48024                                                |
48.82/49.48	c 50	|  Number of clauses:    2302868                                              |
50.35/51.02	c 51	|  Parsing time:         1.28         s                                       |
50.44/51.12	c 51	============================[ Search Statistics ]==============================
50.44/51.12	c 51	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.44/51.12	c 51	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.44/51.12	c 51	===============================================================================
50.44/51.12	c 51	|         0 |   48024  2302868 12459336 |   767622        0    nan |  0.000 % |
50.84/51.58	c 52	|       100 |   48024  2302868 12459336 |   844384      100      7 |  0.000 % |
53.71/54.45	c 55	|       250 |   48024  2302868 12459336 |   928823      250     17 |  0.000 % |
55.79/56.50	c 57	===============================================================================
55.79/56.50	c 57	restarts              : 3
55.79/56.50	c 57	conflicts             : 330            (49 /sec)
55.79/56.50	c 57	decisions             : 1119           (1.43 % random) (168 /sec)
55.79/56.50	c 57	propagations          : 1351803        (202366 /sec)
55.79/56.50	c 57	conflict literals     : 5921           (4.91 % deleted)
55.79/56.50	c 57	Memory used           : 130.88 MB
55.79/56.50	c 57	CPU time              : 6.67998 s
55.79/56.50	c 57	
55.79/56.52	c 57	SATISFIABLE
55.79/56.54	c 57	DECODING HOME/temp.out WITH HOME/temp.map
55.79/56.54	c 57	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'
55.86/56.63	c 57	Decoding HOME/temp.out
55.86/56.81	s SATISFIABLE
55.86/56.85	v 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 0 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 0 1 0 1 0 1 1 0
55.86/56.86	c 57	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
55.86/56.88	c 57	CPU 56.17 (0.07 0.02 55.02 1.06)
55.86/56.88	c 57	END Sat Jul 11 22:16:10 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-2066649-1247343313/watcher-2066649-1247343313 -o /tmp/evaluation-result-2066649-1247343313/solver-2066649-1247343313 -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-2066649-1247343313.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.11 2.05 2.01 4/74 17776
/proc/meminfo: memFree=722120/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=18576 CPUtime=0
/proc/17776/stat : 17776 (runsolver) R 17774 17776 16465 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 21394059 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 271638392103 0 0 4096 24578 0 0 0 17 1 0 0
/proc/17776/statm: 4644 284 249 26 0 2626 0

[startup+0.097305 s]
/proc/loadavg: 2.11 2.05 2.01 4/74 17776
/proc/meminfo: memFree=722120/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=0.06
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21394059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101302 s]
/proc/loadavg: 2.11 2.05 2.01 4/74 17776
/proc/meminfo: memFree=722120/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=0.06
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21394059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301319 s]
/proc/loadavg: 2.11 2.05 2.01 4/74 17776
/proc/meminfo: memFree=722120/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=0.06
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21394059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70136 s]
/proc/loadavg: 2.11 2.05 2.01 4/74 17776
/proc/meminfo: memFree=722120/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=0.06
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21394059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50145 s]
/proc/loadavg: 2.18 2.06 2.01 3/85 17788
/proc/meminfo: memFree=694576/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=1.14
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1309 10436 0 1 6 1 101 6 15 0 1 0 21394059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 16868

[startup+3.1026 s]
/proc/loadavg: 2.18 2.06 2.01 3/85 17798
/proc/meminfo: memFree=695792/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=1.14
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1309 10436 0 1 6 1 101 6 16 0 1 0 21394059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1111 409 3 0 796 0
[pid=17789] ppid=17776 vsize=5356 CPUtime=0
/proc/17789/stat : 17789 (sh) S 17776 17776 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21394179 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17789/statm: 1339 233 193 169 0 50 0
[pid=17790] ppid=17789 vsize=868592 CPUtime=1.86
/proc/17790/stat : 17790 (java) S 17789 17776 16465 0 -1 0 10929 0 1 0 179 7 0 0 18 0 9 0 21394179 889438208 9974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17790/statm: 217148 9974 2566 9 0 211653 0
[pid=17790/tid=17791] ppid=17789 vsize=868592 CPUtime=1.24
/proc/17790/task/17791/stat : 17791 (java) R 17789 17776 16465 0 -1 64 2785 0 1 0 122 2 0 0 25 0 9 0 21394180 889438208 9974 996147200 134512640 134550932 4294955936 18446744073709551615 4126566182 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17792] ppid=17789 vsize=868592 CPUtime=0.4
/proc/17790/task/17792/stat : 17792 (java) S 17789 17776 16465 0 -1 64 5953 0 0 0 38 2 0 0 16 0 9 0 21394182 889438208 9974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17793] ppid=17789 vsize=868592 CPUtime=0
/proc/17790/task/17793/stat : 17793 (java) S 17789 17776 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21394182 889438208 9974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17794] ppid=17789 vsize=868592 CPUtime=0
/proc/17790/task/17794/stat : 17794 (java) S 17789 17776 16465 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21394182 889438208 9974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17795] ppid=17789 vsize=868592 CPUtime=0
/proc/17790/task/17795/stat : 17795 (java) S 17789 17776 16465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21394184 889438208 9974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17796] ppid=17789 vsize=868592 CPUtime=0.19
/proc/17790/task/17796/stat : 17796 (java) S 17789 17776 16465 0 -1 64 1489 0 0 0 18 1 0 0 16 0 9 0 21394184 889438208 9974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17797] ppid=17789 vsize=868592 CPUtime=0
/proc/17790/task/17797/stat : 17797 (java) S 17789 17776 16465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21394184 889438208 9974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17798] ppid=17789 vsize=868592 CPUtime=0
/proc/17790/task/17798/stat : 17798 (java) S 17789 17776 16465 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21394184 889438208 9974 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890816

[startup+6.30293 s]
/proc/loadavg: 2.18 2.06 2.01 3/85 17798
/proc/meminfo: memFree=681648/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=1.14
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1310 10436 0 1 6 1 101 6 16 0 1 0 21394059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1111 409 3 0 796 0
[pid=17789] ppid=17776 vsize=5356 CPUtime=0
/proc/17789/stat : 17789 (sh) S 17776 17776 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21394179 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17789/statm: 1339 233 193 169 0 50 0
[pid=17790] ppid=17789 vsize=868704 CPUtime=5.02
/proc/17790/stat : 17790 (java) S 17789 17776 16465 0 -1 0 11482 0 1 0 492 10 0 0 18 0 9 0 21394179 889552896 10140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17790/statm: 217176 10140 2590 9 0 211653 0
[pid=17790/tid=17791] ppid=17789 vsize=868704 CPUtime=4.15
/proc/17790/task/17791/stat : 17791 (java) R 17789 17776 16465 0 -1 64 3003 0 1 0 411 4 0 0 25 0 9 0 21394180 889552896 10140 996147200 134512640 134550932 4294955936 18446744073709551615 4126966562 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17792] ppid=17789 vsize=868704 CPUtime=0.6
/proc/17790/task/17792/stat : 17792 (java) S 17789 17776 16465 0 -1 64 6253 0 0 0 57 3 0 0 16 0 9 0 21394182 889552896 10140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17793] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17793/stat : 17793 (java) S 17789 17776 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21394182 889552896 10140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17794] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17794/stat : 17794 (java) S 17789 17776 16465 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21394182 889552896 10140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17795] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17795/stat : 17795 (java) S 17789 17776 16465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21394184 889552896 10140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17796] ppid=17789 vsize=868704 CPUtime=0.24
/proc/17790/task/17796/stat : 17796 (java) S 17789 17776 16465 0 -1 64 1524 0 0 0 23 1 0 0 17 0 9 0 21394184 889552896 10140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17797] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17797/stat : 17797 (java) S 17789 17776 16465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21394184 889552896 10140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17798] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17798/stat : 17798 (java) S 17789 17776 16465 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21394184 889552896 10140 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890928

[startup+12.7016 s]
/proc/loadavg: 2.15 2.06 2.01 3/85 17798
/proc/meminfo: memFree=669808/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=1.14
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1310 10436 0 1 6 1 101 6 16 0 1 0 21394059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1111 409 3 0 796 0
[pid=17789] ppid=17776 vsize=5356 CPUtime=0
/proc/17789/stat : 17789 (sh) S 17776 17776 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21394179 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17789/statm: 1339 233 193 169 0 50 0
[pid=17790] ppid=17789 vsize=868704 CPUtime=11.35
/proc/17790/stat : 17790 (java) S 17789 17776 16465 0 -1 0 11774 0 1 0 1116 19 0 0 18 0 9 0 21394179 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17790/statm: 217176 10145 2590 9 0 211653 0
[pid=17790/tid=17791] ppid=17789 vsize=868704 CPUtime=10.35
/proc/17790/task/17791/stat : 17791 (java) R 17789 17776 16465 0 -1 64 3292 0 1 0 1025 10 0 0 25 0 9 0 21394180 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4127017050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17792] ppid=17789 vsize=868704 CPUtime=0.72
/proc/17790/task/17792/stat : 17792 (java) S 17789 17776 16465 0 -1 64 6253 0 0 0 66 6 0 0 16 0 9 0 21394182 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17793] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17793/stat : 17793 (java) S 17789 17776 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21394182 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17794] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17794/stat : 17794 (java) S 17789 17776 16465 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21394182 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17795] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17795/stat : 17795 (java) S 17789 17776 16465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21394184 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17796] ppid=17789 vsize=868704 CPUtime=0.25
/proc/17790/task/17796/stat : 17796 (java) S 17789 17776 16465 0 -1 64 1527 0 0 0 24 1 0 0 16 0 9 0 21394184 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17797] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17797/stat : 17797 (java) S 17789 17776 16465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21394184 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17798] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17798/stat : 17798 (java) S 17789 17776 16465 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21394184 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890928

[startup+25.5029 s]
/proc/loadavg: 2.20 2.07 2.02 3/85 17798
/proc/meminfo: memFree=645424/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=1.14
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1310 10436 0 1 6 1 101 6 16 0 1 0 21394059 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1111 409 3 0 796 0
[pid=17789] ppid=17776 vsize=5356 CPUtime=0
/proc/17789/stat : 17789 (sh) S 17776 17776 16465 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21394179 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17789/statm: 1339 233 193 169 0 50 0
[pid=17790] ppid=17789 vsize=868704 CPUtime=24.02
/proc/17790/stat : 17790 (java) S 17789 17776 16465 0 -1 0 12344 0 1 0 2367 35 0 0 18 0 9 0 21394179 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17790/statm: 217176 10145 2590 9 0 211653 0
[pid=17790/tid=17791] ppid=17789 vsize=868704 CPUtime=22.77
/proc/17790/task/17791/stat : 17791 (java) R 17789 17776 16465 0 -1 64 3862 0 1 0 2257 20 0 0 25 0 9 0 21394180 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4126522398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17792] ppid=17789 vsize=868704 CPUtime=0.97
/proc/17790/task/17792/stat : 17792 (java) S 17789 17776 16465 0 -1 64 6253 0 0 0 85 12 0 0 16 0 9 0 21394182 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17793] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17793/stat : 17793 (java) S 17789 17776 16465 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21394182 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17794] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17794/stat : 17794 (java) S 17789 17776 16465 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 21394182 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17795] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17795/stat : 17795 (java) S 17789 17776 16465 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21394184 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17796] ppid=17789 vsize=868704 CPUtime=0.25
/proc/17790/task/17796/stat : 17796 (java) S 17789 17776 16465 0 -1 64 1527 0 0 0 24 1 0 0 16 0 9 0 21394184 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17797] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17797/stat : 17797 (java) S 17789 17776 16465 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21394184 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17790/tid=17798] ppid=17789 vsize=868704 CPUtime=0
/proc/17790/task/17798/stat : 17798 (java) S 17789 17776 16465 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21394184 889552896 10145 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890928

[startup+51.1015 s]
/proc/loadavg: 2.13 2.07 2.01 3/77 17800
/proc/meminfo: memFree=553328/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=48.85
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1376 24156 0 2 6 1 4805 73 16 0 1 0 21394059 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1113 409 3 0 796 0
[pid=17799] ppid=17776 vsize=5356 CPUtime=0
/proc/17799/stat : 17799 (sh) S 17776 17776 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21399007 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17799/statm: 1339 232 193 169 0 50 0
[pid=17800] ppid=17799 vsize=117420 CPUtime=1.59
/proc/17800/stat : 17800 (minisat) R 17799 17776 16465 0 -1 4194304 28248 0 0 0 135 24 0 0 25 0 1 0 21399008 120238080 28234 996147200 134512640 135127466 4294956256 18446744073709551615 134531744 0 0 4096 3 0 0 0 17 1 0 0
/proc/17800/statm: 29355 28234 71 150 0 29202 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 139644

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

[startup+54.3029 s]
/proc/loadavg: 2.12 2.06 2.01 3/77 17800
/proc/meminfo: memFree=502000/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=48.85
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1376 24156 0 2 6 1 4805 73 15 0 1 0 21394059 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1113 409 3 0 796 0
[pid=17799] ppid=17776 vsize=5356 CPUtime=0
/proc/17799/stat : 17799 (sh) S 17776 17776 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21399007 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17799/statm: 1339 232 193 169 0 50 0
[pid=17800] ppid=17799 vsize=131956 CPUtime=4.76
/proc/17800/stat : 17800 (minisat) R 17799 17776 16465 0 -1 4194304 31542 0 0 0 450 26 0 0 25 0 1 0 21399008 135122944 31528 996147200 134512640 135127466 4294956256 18446744073709551615 134531104 0 0 4096 3 0 0 0 17 1 0 0
/proc/17800/statm: 32989 31528 76 150 0 32836 0
Current children cumulated CPU time (s) 53.61
Current children cumulated vsize (KiB) 154180

[startup+55.902 s]
/proc/loadavg: 2.12 2.06 2.01 3/77 17800
/proc/meminfo: memFree=500656/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=48.85
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1376 24156 0 2 6 1 4805 73 16 0 1 0 21394059 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1113 409 3 0 796 0
[pid=17799] ppid=17776 vsize=5356 CPUtime=0
/proc/17799/stat : 17799 (sh) S 17776 17776 16465 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21399007 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17799/statm: 1339 232 193 169 0 50 0
[pid=17800] ppid=17799 vsize=134020 CPUtime=6.35
/proc/17800/stat : 17800 (minisat) R 17799 17776 16465 0 -1 4194304 32032 0 0 0 608 27 0 0 25 0 1 0 21399008 137236480 32010 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/17800/statm: 33505 32010 76 150 0 33352 0
Current children cumulated CPU time (s) 55.2
Current children cumulated vsize (KiB) 156244

[startup+56.7011 s]
/proc/loadavg: 2.11 2.06 2.01 3/77 17800
/proc/meminfo: memFree=498672/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=55.86
/proc/17776/stat : 17776 (sugar) S 17774 17776 16465 0 -1 4194304 1448 56496 0 2 6 2 5475 103 16 0 1 0 21394059 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17776/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 55.86
Current children cumulated vsize (KiB) 16868

[startup+56.9011 s]
/proc/loadavg: 2.11 2.06 2.01 3/77 17800
/proc/meminfo: memFree=498672/2055920 swapFree=4192956/4192956
[pid=17776] ppid=17774 vsize=16868 CPUtime=56.2
/proc/17776/stat : 17776 (sugar) R 17774 17776 16465 0 -1 4194304 1478 60467 0 3 7 5 5502 106 16 0 1 0 21394059 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 271638565929 0 0 4224 16386 0 0 0 17 1 0 0
/proc/17776/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 56.2
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 56.9086
CPU time (s): 56.2235
CPU user time (s): 55.0946
CPU system time (s): 1.12883
CPU usage (%): 98.7961
Max. virtual memory (cumulated for all children) (KiB): 891320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.0946
system time used= 1.12883
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62005
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= 24002
involuntary context switches= 24985

runsolver used 0.073988 second user time and 0.213967 second system time

The end

Launcher Data

Begin job on node67 at 2009-07-11 22:15:13
IDJOB=2066649
IDBENCH=54552
IDSOLVER=739
FILE ID=node67/2066649-1247343313
PBS_JOBID= 9506732
Free space on /tmp= 66472 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/ii/normalized-ii-32e5.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-2066649-1247343313/watcher-2066649-1247343313 -o /tmp/evaluation-result-2066649-1247343313/solver-2066649-1247343313 -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-2066649-1247343313.xml

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

MD5SUM BENCH= faa57d28b443bcfc668a0f40a81e1157
RANDOM SEED=1764419666

node67.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.239
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.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        722600 kB
Buffers:         53264 kB
Cached:         772800 kB
SwapCached:          0 kB
Active:         514392 kB
Inactive:       753332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        722600 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3284 kB
Writeback:           0 kB
Mapped:         452916 kB
Slab:            50036 kB
Committed_AS:   580896 kB
PageTables:       2696 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= 66468 MiB
End job on node67 at 2009-07-11 22:16:10