Trace number 2062260

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 50.8213 50.9414

General information on the benchmark

Namecsp/allsquares/
normalized-squares-25-25.xml
MD5SUM59d56c349f47c5f1affad53bdd346c6f
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 benchmark50.8213
Satisfiable
(Un)Satisfiability was proved
Number of variables1250
Number of constraints1503
Maximum constraint arity25
Maximum domain size75
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1201
Global constraints used (with number of constraints)cumulative(2),weightedsum(300)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sat Jul 11 18:07:08 2009
0.03/0.07	c 0	PID 13033
0.03/0.07	c 0	HOST node79.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2062260-1247328428.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-2062260-1247328428.xml' 'HOME/temp.csp'
0.06/0.58	c 1	26 domains, 1250 variables, 2 predicates, 0 relations, 1503 constraints
0.06/0.59	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.59	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'
0.56/0.66	c 1	Parsing HOME/temp.csp
0.56/0.82	c 1	parsed 2781 expressions
0.56/0.84	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.84	c 1	Converting to clausal form CSP
0.56/0.86	c 1	converted 279 (10%) expressions
0.56/0.87	c 1	converted 557 (20%) expressions
0.56/0.87	c 1	converted 835 (30%) expressions
0.56/0.87	c 1	converted 1113 (40%) expressions
0.56/1.00	c 1	converted 1391 (50%) expressions
0.95/1.05	c 1	converted 1669 (60%) expressions
0.95/1.08	c 1	converted 1947 (70%) expressions
1.05/1.11	c 1	converted 2225 (80%) expressions
1.05/1.13	c 1	converted 2503 (90%) expressions
1.74/1.90	c 2	converted 2781 (100%) expressions
1.84/1.90	c 2	CSP : 5450 integers, 2400 booleans, 16001 clauses, largest domain size 76
1.84/1.90	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.84/1.90	c 2	Propagation in CSP
1.84/1.96	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.84/1.96	c 2	CSP : 5450 integers, 2400 booleans, 16001 clauses, largest domain size 76
1.84/1.96	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.84/1.97	c 2	Simplifing CSP by introducing new Boolean variables
1.84/1.98	c 2	CSP : 5450 integers, 2400 booleans, 16001 clauses, largest domain size 76
1.84/1.98	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.94/2.07	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.94/2.09	c 2	545 (10%) CSP integer variables are encoded (3000 clauses, 36883 bytes)
1.94/2.09	c 2	1090 (20%) CSP integer variables are encoded (3000 clauses, 36883 bytes)
1.94/2.10	c 2	1635 (30%) CSP integer variables are encoded (5236 clauses, 65951 bytes)
2.05/2.10	c 2	2180 (40%) CSP integer variables are encoded (8676 clauses, 112148 bytes)
2.05/2.11	c 2	2725 (50%) CSP integer variables are encoded (11944 clauses, 161168 bytes)
2.05/2.11	c 2	3270 (60%) CSP integer variables are encoded (15384 clauses, 212768 bytes)
2.05/2.12	c 2	3815 (70%) CSP integer variables are encoded (18652 clauses, 261788 bytes)
2.05/2.12	c 2	4360 (80%) CSP integer variables are encoded (22092 clauses, 313388 bytes)
2.05/2.13	c 2	4905 (90%) CSP integer variables are encoded (25360 clauses, 362408 bytes)
2.05/2.13	c 2	5450 (100%) CSP integer variables are encoded (28800 clauses, 414008 bytes)
2.24/2.32	c 2	1601 (10%) CSP clauses are encoded (111197 clauses, 1843597 bytes)
2.45/2.52	c 3	3201 (20%) CSP clauses are encoded (159735 clauses, 2895985 bytes)
2.74/2.84	c 3	4801 (30%) CSP clauses are encoded (191593 clauses, 3860019 bytes)
3.05/3.12	c 3	6401 (40%) CSP clauses are encoded (219298 clauses, 4802000 bytes)
3.35/3.40	c 4	8001 (50%) CSP clauses are encoded (245610 clauses, 5710953 bytes)
3.74/3.86	c 4	9601 (60%) CSP clauses are encoded (355376 clauses, 8233230 bytes)
4.14/4.22	c 4	11201 (70%) CSP clauses are encoded (388915 clauses, 9419983 bytes)
4.45/4.50	c 5	12801 (80%) CSP clauses are encoded (415730 clauses, 10362771 bytes)
4.65/4.79	c 5	14401 (90%) CSP clauses are encoded (442978 clauses, 11313043 bytes)
5.15/5.22	c 5	16001 (100%) CSP clauses are encoded (550127 clauses, 13820088 bytes)
5.15/5.22	c 5	16001 CSP clauses encoded
5.15/5.22	c 5	Writing map file : HOME/temp.map
5.15/5.24	c 5	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.15/5.24	c 5	SAT : 36600 SAT variables, 550127 SAT clauses, 13820088 bytes
5.15/5.24	c 5	Heap : 10 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.15/5.29	c 5	SOLVING HOME/temp.cnf
5.15/5.29	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.15/5.29	c 5	This is MiniSat 2.0 beta
5.15/5.29	c 5	WARNING: for repeatability, setting FPU to use double precision
5.15/5.29	c 5	============================[ Problem Statistics ]=============================
5.15/5.29	c 5	|                                                                             |
5.15/5.29	c 5	|  Number of variables:  36600                                                |
5.15/5.29	c 5	|  Number of clauses:    550127                                               |
5.40/5.59	c 6	|  Parsing time:         0.26         s                                       |
5.50/5.61	c 6	============================[ Search Statistics ]==============================
5.50/5.61	c 6	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.50/5.61	c 6	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.50/5.61	c 6	===============================================================================
5.50/5.61	c 6	|         0 |   36600   550127  2112106 |   183375        0    nan |  0.000 % |
5.70/5.87	c 6	|       100 |   36600   550127  2112106 |   201713      100     45 |  0.000 % |
6.00/6.15	c 6	|       250 |   36600   550127  2112106 |   221884      250     32 |  0.000 % |
6.40/6.59	c 7	|       475 |   36600   550127  2112106 |   244073      475     34 |  0.000 % |
7.10/7.27	c 7	|       812 |   36600   550127  2112106 |   268480      812     34 |  0.000 % |
8.09/8.21	c 8	|      1318 |   36600   550127  2112106 |   295328     1318     35 |  0.000 % |
9.80/9.91	c 10	|      2080 |   36600   550127  2112106 |   324861     2080     39 |  0.000 % |
12.09/12.29	c 12	|      3221 |   36600   550127  2112106 |   357347     3221     36 |  0.000 % |
16.40/16.51	c 17	|      4930 |   36600   550127  2112106 |   393082     4930     38 |  0.000 % |
21.49/21.61	c 22	|      7492 |   36600   550127  2112106 |   432390     7492     39 |  0.000 % |
29.39/29.52	c 30	|     11336 |   36600   550127  2112106 |   475629    11336     36 |  0.000 % |
41.37/41.55	c 42	|     17104 |   36600   550127  2112106 |   523192    17104     39 |  0.000 % |
50.38/50.59	c 51	===============================================================================
50.38/50.59	c 51	restarts              : 12
50.38/50.59	c 51	conflicts             : 21093          (466 /sec)
50.38/50.59	c 51	decisions             : 26927          (1.46 % random) (595 /sec)
50.38/50.59	c 51	propagations          : 50930913       (1126338 /sec)
50.38/50.59	c 51	conflict literals     : 817385         (37.01 % deleted)
50.38/50.59	c 51	Memory used           : 34.80 MB
50.38/50.59	c 51	CPU time              : 45.2181 s
50.38/50.59	c 51	
50.48/50.61	c 51	SATISFIABLE
50.48/50.61	c 51	DECODING HOME/temp.out WITH HOME/temp.map
50.48/50.61	c 51	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'
50.48/50.69	c 51	Decoding HOME/temp.out
50.50/50.84	s SATISFIABLE
50.50/50.89	v 33 54 29 56 49 49 23 21 12 50 30 0 41 0 60 40 23 14 56 55 54 32 0 25 0 46 57 44 1 0 18 51 43 43 5 47 39 46 25 0 59 58 25 56 15 35 24 52 0 0 1 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 1 0 1 1 0 1 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 1 0 0 1 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 1 1 0 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 0 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 0 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 1 0 0 1 0 0 1 0 0 1 0 0 0 1 0 1 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 1 0 0
50.51/50.90	c 51	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
50.51/50.94	c 51	CPU 50.79 (0.06 0.02 50.41 0.3)
50.51/50.94	c 51	END Sat Jul 11 18:07:59 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-2062260-1247328428/watcher-2062260-1247328428 -o /tmp/evaluation-result-2062260-1247328428/solver-2062260-1247328428 -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-2062260-1247328428.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.92 1.98 1.99 4/74 13033
/proc/meminfo: memFree=1621056/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=12272 CPUtime=0
/proc/13033/stat : 13033 (sugar) R 13031 13033 11838 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19908390 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 234063821568 0 0 4224 0 0 0 0 17 0 0 0
/proc/13033/statm: 3068 327 246 3 0 168 0

[startup+0.0412169 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 13033
/proc/meminfo: memFree=1621056/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=13468 CPUtime=0.03
/proc/13033/stat : 13033 (sugar) R 13031 13033 11838 0 -1 4194304 767 0 0 0 3 0 0 0 18 0 1 0 19908390 13791232 735 996147200 4194304 4206940 548682068608 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 0 0 0
/proc/13033/statm: 3367 735 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101227 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 13033
/proc/meminfo: memFree=1621056/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=0.06
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19908390 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301244 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 13033
/proc/meminfo: memFree=1621056/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=0.06
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19908390 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701286 s]
/proc/loadavg: 1.92 1.98 1.99 4/74 13033
/proc/meminfo: memFree=1621056/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=0.56
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1309 5262 0 1 5 1 46 4 16 0 1 0 19908390 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50237 s]
/proc/loadavg: 1.92 1.98 1.99 4/85 13055
/proc/meminfo: memFree=1606128/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=0.56
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1309 5262 0 1 5 1 46 4 16 0 1 0 19908390 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1111 409 3 0 796 0
[pid=13046] ppid=13033 vsize=5356 CPUtime=0
/proc/13046/stat : 13046 (sh) S 13033 13033 11838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19908450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13046/statm: 1339 233 193 169 0 50 0
[pid=13047] ppid=13046 vsize=868788 CPUtime=0.88
/proc/13047/stat : 13047 (java) S 13046 13033 11838 0 -1 0 7928 0 1 0 85 3 0 0 20 0 9 0 19908450 889638912 7149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13047/statm: 217197 7149 2568 9 0 211702 0
[pid=13047/tid=13048] ppid=13046 vsize=868788 CPUtime=0.55
/proc/13047/task/13048/stat : 13048 (java) R 13046 13033 11838 0 -1 64 2704 0 1 0 54 1 0 0 25 0 9 0 19908451 889638912 7149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13049] ppid=13046 vsize=868788 CPUtime=0.12
/proc/13047/task/13049/stat : 13049 (java) R 13046 13033 11838 0 -1 64 3027 0 0 0 12 0 0 0 16 0 9 0 19908452 889638912 7149 996147200 134512640 134550932 4294955936 18446744073709551615 103731827 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13050] ppid=13046 vsize=868788 CPUtime=0
/proc/13047/task/13050/stat : 13050 (java) S 13046 13033 11838 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19908452 889638912 7149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13051] ppid=13046 vsize=868788 CPUtime=0
/proc/13047/task/13051/stat : 13051 (java) S 13046 13033 11838 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19908452 889638912 7149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13052] ppid=13046 vsize=868788 CPUtime=0
/proc/13047/task/13052/stat : 13052 (java) S 13046 13033 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19908454 889638912 7149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13053] ppid=13046 vsize=868788 CPUtime=0.18
/proc/13047/task/13053/stat : 13053 (java) S 13046 13033 11838 0 -1 64 1499 0 0 0 18 0 0 0 16 0 9 0 19908454 889638912 7149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13054] ppid=13046 vsize=868788 CPUtime=0
/proc/13047/task/13054/stat : 13054 (java) S 13046 13033 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19908454 889638912 7149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13055] ppid=13046 vsize=868788 CPUtime=0
/proc/13047/task/13055/stat : 13055 (java) S 13046 13033 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19908454 889638912 7149 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 891012

[startup+3.10254 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 13055
/proc/meminfo: memFree=1593200/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=0.56
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1310 5262 0 1 5 1 46 4 15 0 1 0 19908390 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1111 409 3 0 796 0
[pid=13046] ppid=13033 vsize=5356 CPUtime=0
/proc/13046/stat : 13046 (sh) S 13033 13033 11838 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19908450 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13046/statm: 1339 233 193 169 0 50 0
[pid=13047] ppid=13046 vsize=868712 CPUtime=2.49
/proc/13047/stat : 13047 (java) S 13046 13033 11838 0 -1 0 9744 0 1 0 241 8 0 0 20 0 9 0 19908450 889561088 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/13047/statm: 217178 8615 2592 9 0 211655 0
[pid=13047/tid=13048] ppid=13046 vsize=868712 CPUtime=1.81
/proc/13047/task/13048/stat : 13048 (java) R 13046 13033 11838 0 -1 64 2995 0 1 0 177 4 0 0 25 0 9 0 19908451 889561088 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13049] ppid=13046 vsize=868712 CPUtime=0.4
/proc/13047/task/13049/stat : 13049 (java) S 13046 13033 11838 0 -1 64 4501 0 0 0 38 2 0 0 16 0 9 0 19908452 889561088 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13050] ppid=13046 vsize=868712 CPUtime=0
/proc/13047/task/13050/stat : 13050 (java) S 13046 13033 11838 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19908452 889561088 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13051] ppid=13046 vsize=868712 CPUtime=0
/proc/13047/task/13051/stat : 13051 (java) S 13046 13033 11838 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19908452 889561088 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13052] ppid=13046 vsize=868712 CPUtime=0
/proc/13047/task/13052/stat : 13052 (java) S 13046 13033 11838 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19908454 889561088 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13053] ppid=13046 vsize=868712 CPUtime=0.25
/proc/13047/task/13053/stat : 13053 (java) S 13046 13033 11838 0 -1 64 1550 0 0 0 24 1 0 0 16 0 9 0 19908454 889561088 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13054] ppid=13046 vsize=868712 CPUtime=0
/proc/13047/task/13054/stat : 13054 (java) S 13046 13033 11838 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19908454 889561088 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=13047/tid=13055] ppid=13046 vsize=868712 CPUtime=0
/proc/13047/task/13055/stat : 13055 (java) S 13046 13033 11838 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19908454 889561088 8615 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 890936

[startup+6.30187 s]
/proc/loadavg: 1.93 1.98 1.99 3/77 13057
/proc/meminfo: memFree=1592112/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=5.2
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1376 15519 0 2 6 1 495 18 15 0 1 0 19908390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1113 409 3 0 796 0
[pid=13056] ppid=13033 vsize=5356 CPUtime=0
/proc/13056/stat : 13056 (sh) S 13033 13033 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19908919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13056/statm: 1339 232 193 169 0 50 0
[pid=13057] ppid=13056 vsize=30180 CPUtime=1
/proc/13057/stat : 13057 (minisat) R 13056 13033 11838 0 -1 4194304 7245 0 0 0 96 4 0 0 25 0 1 0 19908919 30904320 7231 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13057/statm: 7545 7231 76 150 0 7392 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 52404

[startup+12.7015 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 13057
/proc/meminfo: memFree=1573616/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=5.2
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1376 15519 0 2 6 1 495 18 16 0 1 0 19908390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1113 409 3 0 796 0
[pid=13056] ppid=13033 vsize=5356 CPUtime=0
/proc/13056/stat : 13056 (sh) S 13033 13033 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19908919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13056/statm: 1339 232 193 169 0 50 0
[pid=13057] ppid=13056 vsize=31472 CPUtime=7.39
/proc/13057/stat : 13057 (minisat) R 13056 13033 11838 0 -1 4194304 7569 0 0 0 735 4 0 0 25 0 1 0 19908919 32227328 7555 996147200 134512640 135127466 4294956256 18446744073709551615 134527082 0 0 4096 3 0 0 0 17 0 0 0
/proc/13057/statm: 7868 7555 76 150 0 7715 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 53696

[startup+25.5019 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 13057
/proc/meminfo: memFree=1572464/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=5.2
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1376 15519 0 2 6 1 495 18 16 0 1 0 19908390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1113 409 3 0 796 0
[pid=13056] ppid=13033 vsize=5356 CPUtime=0
/proc/13056/stat : 13056 (sh) S 13033 13033 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19908919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13056/statm: 1339 232 193 169 0 50 0
[pid=13057] ppid=13056 vsize=32816 CPUtime=20.19
/proc/13057/stat : 13057 (minisat) R 13056 13033 11838 0 -1 4194304 7902 0 0 0 2015 4 0 0 25 0 1 0 19908919 33603584 7888 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/13057/statm: 8204 7888 76 150 0 8051 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 55040

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

[startup+38.3012 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 13057
/proc/meminfo: memFree=1571184/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=5.2
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1376 15519 0 2 6 1 495 18 16 0 1 0 19908390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1113 409 3 0 796 0
[pid=13056] ppid=13033 vsize=5356 CPUtime=0
/proc/13056/stat : 13056 (sh) S 13033 13033 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19908919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13056/statm: 1339 232 193 169 0 50 0
[pid=13057] ppid=13056 vsize=34200 CPUtime=32.98
/proc/13057/stat : 13057 (minisat) R 13056 13033 11838 0 -1 4194304 8244 0 0 0 3293 5 0 0 25 0 1 0 19908919 35020800 8230 996147200 134512640 135127466 4294956256 18446744073709551615 134530944 0 0 4096 3 0 0 0 17 0 0 0
/proc/13057/statm: 8550 8230 76 150 0 8397 0
Current children cumulated CPU time (s) 38.18
Current children cumulated vsize (KiB) 56424

[startup+44.7019 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 13057
/proc/meminfo: memFree=1570352/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=5.2
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1376 15519 0 2 6 1 495 18 16 0 1 0 19908390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1113 409 3 0 796 0
[pid=13056] ppid=13033 vsize=5356 CPUtime=0
/proc/13056/stat : 13056 (sh) S 13033 13033 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19908919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13056/statm: 1339 232 193 169 0 50 0
[pid=13057] ppid=13056 vsize=35108 CPUtime=39.38
/proc/13057/stat : 13057 (minisat) R 13056 13033 11838 0 -1 4194304 8436 0 0 0 3932 6 0 0 25 0 1 0 19908919 35950592 8422 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13057/statm: 8777 8422 76 150 0 8624 0
Current children cumulated CPU time (s) 44.58
Current children cumulated vsize (KiB) 57332

[startup+47.9012 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 13057
/proc/meminfo: memFree=1570160/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=5.2
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1376 15519 0 2 6 1 495 18 16 0 1 0 19908390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1113 409 3 0 796 0
[pid=13056] ppid=13033 vsize=5356 CPUtime=0
/proc/13056/stat : 13056 (sh) S 13033 13033 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19908919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13056/statm: 1339 232 193 169 0 50 0
[pid=13057] ppid=13056 vsize=35240 CPUtime=42.58
/proc/13057/stat : 13057 (minisat) R 13056 13033 11838 0 -1 4194304 8494 0 0 0 4252 6 0 0 25 0 1 0 19908919 36085760 8480 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13057/statm: 8810 8480 76 150 0 8657 0
Current children cumulated CPU time (s) 47.78
Current children cumulated vsize (KiB) 57464

[startup+49.5064 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13057
/proc/meminfo: memFree=1569968/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=5.2
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1376 15519 0 2 6 1 495 18 16 0 1 0 19908390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1113 409 3 0 796 0
[pid=13056] ppid=13033 vsize=5356 CPUtime=0
/proc/13056/stat : 13056 (sh) S 13033 13033 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19908919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13056/statm: 1339 232 193 169 0 50 0
[pid=13057] ppid=13056 vsize=35504 CPUtime=44.18
/proc/13057/stat : 13057 (minisat) R 13056 13033 11838 0 -1 4194304 8549 0 0 0 4412 6 0 0 25 0 1 0 19908919 36356096 8535 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/13057/statm: 8876 8535 76 150 0 8723 0
Current children cumulated CPU time (s) 49.38
Current children cumulated vsize (KiB) 57728

[startup+50.3015 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13057
/proc/meminfo: memFree=1569968/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=5.2
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1376 15519 0 2 6 1 495 18 16 0 1 0 19908390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13033/statm: 4217 1113 409 3 0 796 0
[pid=13056] ppid=13033 vsize=5356 CPUtime=0
/proc/13056/stat : 13056 (sh) S 13033 13033 11838 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19908919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13056/statm: 1339 232 193 169 0 50 0
[pid=13057] ppid=13056 vsize=35504 CPUtime=44.98
/proc/13057/stat : 13057 (minisat) R 13056 13033 11838 0 -1 4194304 8563 0 0 0 4492 6 0 0 25 0 1 0 19908919 36356096 8549 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13057/statm: 8876 8549 76 150 0 8723 0
Current children cumulated CPU time (s) 50.18
Current children cumulated vsize (KiB) 57728

[startup+50.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13057
/proc/meminfo: memFree=1569904/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=50.5
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1448 24409 0 2 6 1 5018 25 16 0 1 0 19908390 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13033/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 16868

[startup+50.9015 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 13057
/proc/meminfo: memFree=1569904/2055920 swapFree=4192956/4192956
[pid=13033] ppid=13031 vsize=16868 CPUtime=50.51
/proc/13033/stat : 13033 (sugar) S 13031 13033 11838 0 -1 4194304 1451 24409 0 2 6 2 5018 25 15 0 1 0 19908390 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13033/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 50.9414
CPU time (s): 50.8213
CPU user time (s): 50.4893
CPU system time (s): 0.331949
CPU usage (%): 99.7643
Max. virtual memory (cumulated for all children) (KiB): 891076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 50.4893
system time used= 0.331949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29940
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= 7173
involuntary context switches= 7225

runsolver used 0.070989 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-11 18:07:08
IDJOB=2062260
IDBENCH=53883
IDSOLVER=739
FILE ID=node79/2062260-1247328428
PBS_JOBID= 9506475
Free space on /tmp= 66260 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/allsquares/normalized-squares-25-25.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-2062260-1247328428/watcher-2062260-1247328428 -o /tmp/evaluation-result-2062260-1247328428/solver-2062260-1247328428 -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-2062260-1247328428.xml

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

MD5SUM BENCH= 59d56c349f47c5f1affad53bdd346c6f
RANDOM SEED=923360743

node79.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.229
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.229
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:       1621600 kB
Buffers:         38632 kB
Cached:         309120 kB
SwapCached:          0 kB
Active:          74496 kB
Inactive:       293984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1621600 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:          31348 kB
Slab:            51260 kB
Committed_AS:   220232 kB
PageTables:       1756 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 node79 at 2009-07-11 18:07:59