Trace number 2062128

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 11.5862 11.8541

General information on the benchmark

Namecsp/allsquares/
normalized-squares-26-26.xml
MD5SUMdb87fdeb8d3cc67a7a0492d5558e1b76
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 benchmark11.5862
Satisfiable
(Un)Satisfiability was proved
Number of variables1352
Number of constraints1628
Maximum constraint arity26
Maximum domain size80
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1301
Global constraints used (with number of constraints)cumulative(2),weightedsum(325)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.08	c 0	BEGIN Sat Jul 11 18:03:08 2009
0.05/0.08	c 0	PID 13229
0.05/0.08	c 0	HOST node64.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2062128-1247328188.xml TO HOME/temp.csp
0.05/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-2062128-1247328188.xml' 'HOME/temp.csp'
0.07/0.88	c 1	27 domains, 1352 variables, 2 predicates, 0 relations, 1628 constraints
0.07/0.93	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.93	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.90/1.01	c 1	Parsing HOME/temp.csp
1.00/1.13	c 1	parsed 3009 expressions
1.00/1.14	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.14	c 1	Converting to clausal form CSP
1.00/1.16	c 1	converted 301 (10%) expressions
1.00/1.17	c 1	converted 602 (20%) expressions
1.00/1.17	c 1	converted 903 (30%) expressions
1.00/1.17	c 1	converted 1204 (40%) expressions
1.19/1.32	c 1	converted 1505 (50%) expressions
1.19/1.38	c 1	converted 1806 (60%) expressions
1.28/1.41	c 1	converted 2107 (70%) expressions
1.28/1.44	c 1	converted 2408 (80%) expressions
1.28/1.47	c 1	converted 2709 (90%) expressions
2.28/2.41	c 2	converted 3009 (100%) expressions
2.28/2.41	c 2	CSP : 5992 integers, 2702 booleans, 17716 clauses, largest domain size 81
2.28/2.41	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.28/2.41	c 2	Propagation in CSP
2.28/2.48	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.28/2.49	c 2	CSP : 5992 integers, 2702 booleans, 17716 clauses, largest domain size 81
2.28/2.49	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.37/2.50	c 2	Simplifing CSP by introducing new Boolean variables
2.37/2.52	c 2	CSP : 5992 integers, 2702 booleans, 17716 clauses, largest domain size 81
2.37/2.52	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.47/2.62	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.47/2.65	c 2	600 (10%) CSP integer variables are encoded (3352 clauses, 41457 bytes)
2.47/2.66	c 2	1199 (20%) CSP integer variables are encoded (3352 clauses, 41457 bytes)
2.47/2.66	c 2	1798 (30%) CSP integer variables are encoded (6097 clauses, 77142 bytes)
2.47/2.67	c 2	2397 (40%) CSP integer variables are encoded (9940 clauses, 131136 bytes)
2.47/2.68	c 2	2996 (50%) CSP integer variables are encoded (13600 clauses, 186036 bytes)
2.47/2.68	c 2	3596 (60%) CSP integer variables are encoded (17443 clauses, 243681 bytes)
2.47/2.69	c 2	4195 (70%) CSP integer variables are encoded (21286 clauses, 301326 bytes)
2.47/2.70	c 2	4794 (80%) CSP integer variables are encoded (24946 clauses, 356226 bytes)
2.56/2.71	c 2	5393 (90%) CSP integer variables are encoded (28789 clauses, 413871 bytes)
2.56/2.72	c 2	5992 (100%) CSP integer variables are encoded (32632 clauses, 471516 bytes)
2.77/2.95	c 3	1772 (10%) CSP clauses are encoded (130933 clauses, 2190009 bytes)
3.06/3.26	c 3	3544 (20%) CSP clauses are encoded (190025 clauses, 3530581 bytes)
3.56/3.77	c 3	5315 (30%) CSP clauses are encoded (231639 clauses, 4861351 bytes)
4.05/4.22	c 4	7087 (40%) CSP clauses are encoded (266963 clauses, 6140546 bytes)
4.45/4.67	c 4	8858 (50%) CSP clauses are encoded (301839 clauses, 7389358 bytes)
5.24/5.41	c 5	10630 (60%) CSP clauses are encoded (440303 clauses, 10734343 bytes)
5.73/5.96	c 6	12402 (70%) CSP clauses are encoded (484249 clauses, 12334257 bytes)
6.23/6.40	c 6	14173 (80%) CSP clauses are encoded (519572 clauses, 13614441 bytes)
6.61/6.85	c 7	15945 (90%) CSP clauses are encoded (555403 clauses, 14905028 bytes)
7.31/7.52	c 7	17716 (100%) CSP clauses are encoded (688952 clauses, 18144887 bytes)
7.31/7.52	c 7	17716 CSP clauses encoded
7.31/7.52	c 7	Writing map file : HOME/temp.map
7.31/7.53	c 7	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.31/7.53	c 7	SAT : 41272 SAT variables, 688952 SAT clauses, 18144887 bytes
7.31/7.53	c 7	Heap : 11 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.31/7.55	c 7	SOLVING HOME/temp.cnf
7.31/7.55	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.31/7.56	c 7	This is MiniSat 2.0 beta
7.31/7.56	c 7	WARNING: for repeatability, setting FPU to use double precision
7.31/7.56	c 7	============================[ Problem Statistics ]=============================
7.31/7.56	c 7	|                                                                             |
7.31/7.56	c 7	|  Number of variables:  41272                                                |
7.31/7.56	c 7	|  Number of clauses:    688952                                               |
7.71/7.99	c 8	|  Parsing time:         0.36         s                                       |
7.81/8.02	c 8	============================[ Search Statistics ]==============================
7.81/8.02	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.81/8.02	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.81/8.02	c 8	===============================================================================
7.81/8.02	c 8	|         0 |   41272   688952  2754194 |   229650        0    nan |  0.000 % |
8.00/8.24	c 8	|       100 |   41272   688952  2754194 |   252615      100     29 |  0.000 % |
8.60/8.85	c 9	|       251 |   41272   688952  2754194 |   277877      251     44 |  0.000 % |
9.59/9.83	c 9	|       477 |   41272   688952  2754194 |   305665      477     47 |  0.000 % |
10.86/11.16	c 11	|       814 |   41272   688952  2754194 |   336231      814     48 |  0.000 % |
11.16/11.43	c 11	===============================================================================
11.16/11.44	c 11	restarts              : 5
11.16/11.44	c 11	conflicts             : 869            (231 /sec)
11.16/11.44	c 11	decisions             : 2210           (1.54 % random) (588 /sec)
11.16/11.44	c 11	propagations          : 3251251        (865286 /sec)
11.16/11.44	c 11	conflict literals     : 40454          (22.76 % deleted)
11.16/11.44	c 11	Memory used           : 38.18 MB
11.16/11.44	c 11	CPU time              : 3.75743 s
11.16/11.44	c 11	
11.16/11.46	c 11	SATISFIABLE
11.16/11.47	c 11	DECODING HOME/temp.out WITH HOME/temp.map
11.16/11.47	c 11	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'
11.24/11.55	c 11	Decoding HOME/temp.out
11.24/11.72	s SATISFIABLE
11.24/11.78	v 62 66 63 63 63 32 31 55 26 1 0 68 42 17 27 1 0 17 61 35 11 33 38 56 55 0 60 49 49 52 56 73 66 49 37 0 10 49 24 66 22 47 63 48 61 37 0 0 57 25 0 21 1 0 0 1 1 0 0 1 1 0 0 1 1 0 0 0 0 1 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 1 0 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0 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 1 0 1 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 1 0 1 0 1 1 0 0 1 0 1 0 1 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 1 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 0 1 1 0 0 1 1 0 0 0 1 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 0 0 1 1 0 0 0 1 0 0 1 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 0 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 0 1 0 1 0 1 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 0
11.24/11.79	c 11	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.24/11.85	c 12	CPU 11.54 (0.06 0.02 11.07 0.39)
11.24/11.85	c 12	END Sat Jul 11 18:03:20 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-2062128-1247328188/watcher-2062128-1247328188 -o /tmp/evaluation-result-2062128-1247328188/solver-2062128-1247328188 -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-2062128-1247328188.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.96 1.93 4/84 13229
/proc/meminfo: memFree=881048/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=12268 CPUtime=0
/proc/13229/stat : 13229 (sugar) R 13227 13229 11541 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19882066 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 251255290469 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13229/statm: 3067 316 241 3 0 167 0

[startup+0.0729299 s]
/proc/loadavg: 1.92 1.96 1.93 4/84 13229
/proc/meminfo: memFree=881048/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16344 CPUtime=0.05
/proc/13229/stat : 13229 (sugar) R 13227 13229 11541 0 -1 4194304 1010 0 0 0 4 1 0 0 18 0 1 0 19882066 16736256 978 996147200 4194304 4206940 548682068608 18446744073709551615 251272746656 0 0 4224 0 0 0 0 17 1 0 0
/proc/13229/statm: 4086 978 380 3 0 665 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16344

[startup+0.102935 s]
/proc/loadavg: 1.92 1.96 1.93 4/84 13229
/proc/meminfo: memFree=881048/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=0.07
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19882066 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302952 s]
/proc/loadavg: 1.92 1.96 1.93 4/84 13229
/proc/meminfo: memFree=881048/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=0.07
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19882066 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702997 s]
/proc/loadavg: 1.92 1.96 1.93 4/84 13229
/proc/meminfo: memFree=881048/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=0.07
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 19882066 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50209 s]
/proc/loadavg: 1.92 1.96 1.93 3/95 13251
/proc/meminfo: memFree=873920/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=0.84
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1309 5331 0 1 5 2 74 3 16 0 1 0 19882066 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1111 409 3 0 796 0
[pid=13242] ppid=13229 vsize=5356 CPUtime=0
/proc/13242/stat : 13242 (sh) S 13229 13229 11541 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19882159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13242/statm: 1339 233 193 169 0 50 0
[pid=13243] ppid=13242 vsize=868508 CPUtime=0.54
/proc/13243/stat : 13243 (java) S 13242 13229 11541 0 -1 0 5617 0 1 0 50 4 0 0 18 0 9 0 19882160 889352192 5043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13243/statm: 217127 5043 1745 9 0 211632 0
[pid=13243/tid=13244] ppid=13242 vsize=868508 CPUtime=0.33
/proc/13243/task/13244/stat : 13244 (java) R 13242 13229 11541 0 -1 64 2672 0 1 0 31 2 0 0 21 0 9 0 19882160 889352192 5043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13245] ppid=13242 vsize=868508 CPUtime=0.03
/proc/13243/task/13245/stat : 13245 (java) S 13242 13229 11541 0 -1 64 778 0 0 0 3 0 0 0 16 0 9 0 19882162 889352192 5043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13246] ppid=13242 vsize=868508 CPUtime=0
/proc/13243/task/13246/stat : 13246 (java) S 13242 13229 11541 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 19882162 889352192 5043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13247] ppid=13242 vsize=868508 CPUtime=0
/proc/13243/task/13247/stat : 13247 (java) S 13242 13229 11541 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 19882162 889352192 5043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13248] ppid=13242 vsize=868508 CPUtime=0
/proc/13243/task/13248/stat : 13248 (java) S 13242 13229 11541 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19882164 889352192 5043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13249] ppid=13242 vsize=868508 CPUtime=0.16
/proc/13243/task/13249/stat : 13249 (java) R 13242 13229 11541 0 -1 64 1473 0 0 0 15 1 0 0 16 0 9 0 19882164 889352192 5043 996147200 134512640 134550932 4294955936 18446744073709551615 101446449 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13250] ppid=13242 vsize=868508 CPUtime=0
/proc/13243/task/13250/stat : 13250 (java) S 13242 13229 11541 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19882164 889352192 5043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13251] ppid=13242 vsize=868508 CPUtime=0
/proc/13243/task/13251/stat : 13251 (java) S 13242 13229 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19882164 889352192 5043 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 890732

[startup+3.10126 s]
/proc/loadavg: 1.92 1.96 1.93 3/95 13251
/proc/meminfo: memFree=855872/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=0.84
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1310 5331 0 1 5 2 74 3 15 0 1 0 19882066 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1111 409 3 0 796 0
[pid=13242] ppid=13229 vsize=5356 CPUtime=0
/proc/13242/stat : 13242 (sh) S 13229 13229 11541 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19882159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13242/statm: 1339 233 193 169 0 50 0
[pid=13243] ppid=13242 vsize=868728 CPUtime=2.12
/proc/13243/stat : 13243 (java) S 13242 13229 11541 0 -1 0 10097 0 1 0 202 10 0 0 18 0 9 0 19882160 889577472 9006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13243/statm: 217182 9006 2591 9 0 211659 0
[pid=13243/tid=13244] ppid=13242 vsize=868728 CPUtime=1.33
/proc/13243/task/13244/stat : 13244 (java) R 13242 13229 11541 0 -1 64 2962 0 1 0 128 5 0 0 25 0 9 0 19882160 889577472 9006 996147200 134512640 134550932 4294955936 18446744073709551615 4126524880 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13245] ppid=13242 vsize=868728 CPUtime=0.48
/proc/13243/task/13245/stat : 13245 (java) S 13242 13229 11541 0 -1 64 4883 0 0 0 46 2 0 0 16 0 9 0 19882162 889577472 9006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13246] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13246/stat : 13246 (java) S 13242 13229 11541 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19882162 889577472 9006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13247] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13247/stat : 13247 (java) S 13242 13229 11541 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19882162 889577472 9006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13248] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13248/stat : 13248 (java) S 13242 13229 11541 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19882164 889577472 9006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13249] ppid=13242 vsize=868728 CPUtime=0.28
/proc/13243/task/13249/stat : 13249 (java) S 13242 13229 11541 0 -1 64 1553 0 0 0 27 1 0 0 16 0 9 0 19882164 889577472 9006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13250] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13250/stat : 13250 (java) S 13242 13229 11541 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19882164 889577472 9006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13251] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13251/stat : 13251 (java) S 13242 13229 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19882164 889577472 9006 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 890952

[startup+6.30261 s]
/proc/loadavg: 1.93 1.96 1.93 4/95 13251
/proc/meminfo: memFree=840704/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=0.84
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1310 5331 0 1 5 2 74 3 15 0 1 0 19882066 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1111 409 3 0 796 0
[pid=13242] ppid=13229 vsize=5356 CPUtime=0
/proc/13242/stat : 13242 (sh) S 13229 13229 11541 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19882159 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13242/statm: 1339 233 193 169 0 50 0
[pid=13243] ppid=13242 vsize=868728 CPUtime=5.28
/proc/13243/stat : 13243 (java) S 13242 13229 11541 0 -1 0 10343 0 1 0 511 17 0 0 18 0 9 0 19882160 889577472 9012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13243/statm: 217182 9012 2591 9 0 211659 0
[pid=13243/tid=13244] ppid=13242 vsize=868728 CPUtime=4.39
/proc/13243/task/13244/stat : 13244 (java) R 13242 13229 11541 0 -1 64 3202 0 1 0 428 11 0 0 25 0 9 0 19882160 889577472 9012 996147200 134512640 134550932 4294955936 18446744073709551615 4126526088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13245] ppid=13242 vsize=868728 CPUtime=0.57
/proc/13243/task/13245/stat : 13245 (java) S 13242 13229 11541 0 -1 64 4883 0 0 0 54 3 0 0 16 0 9 0 19882162 889577472 9012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13246] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13246/stat : 13246 (java) S 13242 13229 11541 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19882162 889577472 9012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13247] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13247/stat : 13247 (java) S 13242 13229 11541 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19882162 889577472 9012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13248] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13248/stat : 13248 (java) S 13242 13229 11541 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 19882164 889577472 9012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13249] ppid=13242 vsize=868728 CPUtime=0.29
/proc/13243/task/13249/stat : 13249 (java) S 13242 13229 11541 0 -1 64 1559 0 0 0 28 1 0 0 16 0 9 0 19882164 889577472 9012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13250] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13250/stat : 13250 (java) S 13242 13229 11541 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19882164 889577472 9012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13243/tid=13251] ppid=13242 vsize=868728 CPUtime=0
/proc/13243/task/13251/stat : 13251 (java) S 13242 13229 11541 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19882164 889577472 9012 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 890952

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

[startup+9.50296 s]
/proc/loadavg: 1.93 1.96 1.93 3/87 13253
/proc/meminfo: memFree=822784/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=7.38
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1376 16086 0 2 6 2 703 27 15 0 1 0 19882066 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1113 409 3 0 796 0
[pid=13252] ppid=13229 vsize=5356 CPUtime=0
/proc/13252/stat : 13252 (sh) S 13229 13229 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19882822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13252/statm: 1339 232 193 169 0 50 0
[pid=13253] ppid=13252 vsize=38480 CPUtime=1.91
/proc/13253/stat : 13253 (minisat) R 13252 13229 11541 0 -1 4194304 9372 0 0 0 185 6 0 0 25 0 1 0 19882822 39403520 9358 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/13253/statm: 9620 9358 76 150 0 9467 0
Current children cumulated CPU time (s) 9.29
Current children cumulated vsize (KiB) 60704

[startup+11.1011 s]
/proc/loadavg: 1.93 1.96 1.93 3/87 13253
/proc/meminfo: memFree=821760/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=7.38
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1376 16086 0 2 6 2 703 27 16 0 1 0 19882066 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1113 409 3 0 796 0
[pid=13252] ppid=13229 vsize=5356 CPUtime=0
/proc/13252/stat : 13252 (sh) S 13229 13229 11541 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19882822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13252/statm: 1339 232 193 169 0 50 0
[pid=13253] ppid=13252 vsize=38876 CPUtime=3.48
/proc/13253/stat : 13253 (minisat) R 13252 13229 11541 0 -1 4194304 9455 0 0 0 341 7 0 0 25 0 1 0 19882822 39809024 9441 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/13253/statm: 9719 9441 76 150 0 9566 0
Current children cumulated CPU time (s) 10.86
Current children cumulated vsize (KiB) 61100

[startup+11.5012 s]
/proc/loadavg: 1.93 1.96 1.93 3/87 13253
/proc/meminfo: memFree=821760/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=11.24
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1430 25882 0 2 6 2 1080 36 16 0 1 0 19882066 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 16868

[startup+11.7012 s]
/proc/loadavg: 1.93 1.96 1.93 3/87 13253
/proc/meminfo: memFree=821760/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=11.24
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1448 25882 0 2 6 2 1080 36 16 0 1 0 19882066 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 16868

[startup+11.8012 s]
/proc/loadavg: 1.93 1.96 1.93 3/87 13253
/proc/meminfo: memFree=821760/2055920 swapFree=4192956/4192956
[pid=13229] ppid=13227 vsize=16868 CPUtime=11.24
/proc/13229/stat : 13229 (sugar) S 13227 13229 11541 0 -1 4194304 1451 25882 0 2 6 2 1080 36 15 0 1 0 19882066 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13229/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 11.24
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 11.8541
CPU time (s): 11.5862
CPU user time (s): 11.1473
CPU system time (s): 0.438933
CPU usage (%): 97.74
Max. virtual memory (cumulated for all children) (KiB): 891092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1473
system time used= 0.438933
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31407
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= 8208
involuntary context switches= 8502

runsolver used 0.020996 second user time and 0.052991 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-11 18:03:08
IDJOB=2062128
IDBENCH=53871
IDSOLVER=739
FILE ID=node64/2062128-1247328188
PBS_JOBID= 9506501
Free space on /tmp= 66324 MiB

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

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

MD5SUM BENCH= db87fdeb8d3cc67a7a0492d5558e1b76
RANDOM SEED=154506731

node64.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.220
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.220
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:        881528 kB
Buffers:         44660 kB
Cached:         877624 kB
SwapCached:          0 kB
Active:         286704 kB
Inactive:       834948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        881528 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1636 kB
Writeback:           0 kB
Mapped:         215068 kB
Slab:            37324 kB
Committed_AS:   850956 kB
PageTables:       2128 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= 66320 MiB
End job on node64 at 2009-07-11 18:03:20