Trace number 1041840

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.13+minisatSAT 3.19951 3.32347

General information on the benchmark

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

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:15:54 2008
0.00/0.04	c 0	PID 18133
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1041840-1215000954.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041840-1215000954.xml' 'HOME/temp.csp'
0.02/0.26	c 1	2 domains, 109 variables, 1 predicates, 0 relations, 114 constraints
0.02/0.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.32	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.02/0.39	c 1	Parsing HOME/temp.csp
0.29/0.48	c 1	parsed 226 expressions
0.29/0.48	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.29/0.48	c 1	Converting to clausal form CSP
0.29/0.50	c 1	converted 23 (10%) expressions
0.29/0.50	c 1	converted 46 (20%) expressions
0.29/0.50	c 1	converted 68 (30%) expressions
0.29/0.50	c 1	converted 91 (40%) expressions
0.29/0.51	c 1	converted 113 (50%) expressions
0.29/0.51	c 1	converted 136 (60%) expressions
0.29/0.52	c 1	converted 159 (70%) expressions
0.29/0.52	c 1	converted 181 (80%) expressions
0.29/0.53	c 1	converted 204 (90%) expressions
1.95/2.04	c 2	converted 226 (100%) expressions
1.95/2.04	c 2	CSP : 13165 integers, 5349 booleans, 36921 clauses, largest domain size 56
1.95/2.04	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.95/2.04	c 2	Propagation in CSP
2.26/2.34	c 3	11534 values, 0 unsatisfiable literals, and 15 valid clauses are removed
2.26/2.35	c 3	CSP : 13165 integers, 5349 booleans, 36906 clauses, largest domain size 31
2.26/2.35	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.26/2.36	c 3	Simplifing CSP by introducing new Boolean variables
2.26/2.38	c 3	CSP : 13165 integers, 5349 booleans, 36906 clauses, largest domain size 31
2.26/2.38	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.46/2.50	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.46/2.54	c 3	1317 (10%) CSP integer variables are encoded (3126 clauses, 38587 bytes)
2.46/2.55	c 3	2633 (20%) CSP integer variables are encoded (3946 clauses, 49247 bytes)
2.46/2.55	c 3	3950 (30%) CSP integer variables are encoded (4880 clauses, 61389 bytes)
2.46/2.55	c 3	5266 (40%) CSP integer variables are encoded (5715 clauses, 72882 bytes)
2.46/2.56	c 3	6583 (50%) CSP integer variables are encoded (6592 clauses, 86037 bytes)
2.46/2.56	c 3	7899 (60%) CSP integer variables are encoded (7486 clauses, 99447 bytes)
2.46/2.56	c 3	9216 (70%) CSP integer variables are encoded (8330 clauses, 112107 bytes)
2.46/2.56	c 3	10532 (80%) CSP integer variables are encoded (9251 clauses, 125922 bytes)
2.46/2.57	c 3	11849 (90%) CSP integer variables are encoded (10113 clauses, 138852 bytes)
2.46/2.57	c 3	13165 (100%) CSP integer variables are encoded (10966 clauses, 151647 bytes)
2.56/2.64	c 3	3691 (10%) CSP clauses are encoded (20726 clauses, 291467 bytes)
2.56/2.68	c 3	7382 (20%) CSP clauses are encoded (28238 clauses, 401091 bytes)
2.66/2.71	c 3	11072 (30%) CSP clauses are encoded (35930 clauses, 515814 bytes)
2.66/2.74	c 3	14763 (40%) CSP clauses are encoded (43918 clauses, 640030 bytes)
2.66/2.77	c 3	18453 (50%) CSP clauses are encoded (51208 clauses, 762193 bytes)
2.76/2.80	c 3	22144 (60%) CSP clauses are encoded (59146 clauses, 895596 bytes)
2.76/2.83	c 3	25835 (70%) CSP clauses are encoded (66727 clauses, 1022205 bytes)
2.76/2.86	c 3	29525 (80%) CSP clauses are encoded (74599 clauses, 1155411 bytes)
2.76/2.89	c 3	33216 (90%) CSP clauses are encoded (82372 clauses, 1285229 bytes)
2.86/2.92	c 3	36906 (100%) CSP clauses are encoded (90216 clauses, 1417190 bytes)
2.86/2.92	c 3	36906 CSP clauses encoded
2.86/2.92	c 3	Writing map file : HOME/temp.map
2.86/2.93	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.86/2.93	c 3	SAT : 28939 SAT variables, 90216 SAT clauses, 1417190 bytes
2.86/2.93	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.86/2.99	c 3	SOLVING HOME/temp.cnf
2.86/2.99	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.86/2.99	c 3	This is MiniSat 2.0 beta
2.86/2.99	c 3	WARNING: for repeatability, setting FPU to use double precision
2.86/2.99	c 3	============================[ Problem Statistics ]=============================
2.86/2.99	c 3	|                                                                             |
2.86/3.00	c 3	|  Number of variables:  28939                                                |
2.86/3.00	c 3	|  Number of clauses:    90216                                                |
2.91/3.04	c 3	|  Parsing time:         0.04         s                                       |
2.91/3.04	c 3	============================[ Search Statistics ]==============================
2.91/3.04	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.91/3.04	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.91/3.04	c 3	===============================================================================
2.91/3.04	c 3	|         0 |   14695    42516    95772 |    14172        0    nan |  0.000 % |
2.91/3.07	c 3	|       100 |   14695    42516    95772 |    15589      100     18 | 49.221 % |
2.91/3.09	c 3	===============================================================================
2.91/3.09	c 3	restarts              : 2
2.91/3.10	c 3	conflicts             : 221            (2302 /sec)
2.91/3.10	c 3	decisions             : 685            (1.02 % random) (7137 /sec)
2.91/3.10	c 3	propagations          : 241900         (2520185 /sec)
2.91/3.10	c 3	conflict literals     : 3027           (15.54 % deleted)
2.91/3.10	c 3	Memory used           : 6.05 MB
2.91/3.10	c 3	CPU time              : 0.095985 s
2.91/3.10	c 3	
2.91/3.11	c 3	SATISFIABLE
2.91/3.11	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.91/3.11	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.91/3.18	c 4	Decoding HOME/temp.out
3.10/3.26	s SATISFIABLE
3.10/3.26	v 55 0 13 17 23 39 42 0 8 13 29 39 49 6 19 23 32 41 48 12 17 25 30 34 46 16 26 29 42 51 54 0 3 6 16 28 35 13 14 23 29 36 42 4 14 19 31 41 51 1 8 12 23 37 38 13 18 26 31 34 46 0 11 14 19 26 50 1 6 10 22 34 42 0 11 18 24 39 49 3 11 16 26 41 51 1 9 15 32 41 48 8 13 18 23 26 46 9 20 23 42 50 53 14 17 20 29 45 54
3.10/3.26	c 4	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.16/3.32	c 4	CPU 2.99 (0.03 0.01 2.96 0.17)
3.16/3.32	c 4	END Wed Jul  2 14:15:58 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041840-1215000954/watcher-1041840-1215000954 -o /tmp/evaluation-result-1041840-1215000954/solver-1041840-1215000954 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1041840-1215000954.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 1.99 1.91 4/81 18133
/proc/meminfo: memFree=1240504/2055920 swapFree=4180532/4192956
[pid=18133] ppid=18131 vsize=12268 CPUtime=0
/proc/18133/stat : 18133 (sugar) R 18131 18133 17253 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 623025838 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 0 0 0
/proc/18133/statm: 3067 317 241 3 0 167 0

[startup+0.0567919 s]
/proc/loadavg: 2.00 1.99 1.91 4/81 18133
/proc/meminfo: memFree=1240504/2055920 swapFree=4180532/4192956
[pid=18133] ppid=18131 vsize=13600 CPUtime=0.02
/proc/18133/stat : 18133 (sugar) S 18131 18133 17253 0 -1 4194304 900 127 0 0 2 0 0 0 17 0 1 0 623025838 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101796 s]
/proc/loadavg: 2.00 1.99 1.91 4/81 18133
/proc/meminfo: memFree=1240504/2055920 swapFree=4180532/4192956
[pid=18133] ppid=18131 vsize=13600 CPUtime=0.02
/proc/18133/stat : 18133 (sugar) S 18131 18133 17253 0 -1 4194304 900 127 0 0 2 0 0 0 17 0 1 0 623025838 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301819 s]
/proc/loadavg: 2.00 1.99 1.91 4/81 18133
/proc/meminfo: memFree=1240504/2055920 swapFree=4180532/4192956
[pid=18133] ppid=18131 vsize=13600 CPUtime=0.02
/proc/18133/stat : 18133 (sugar) S 18131 18133 17253 0 -1 4194304 918 127 0 0 2 0 0 0 15 0 1 0 623025838 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18133/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701858 s]
/proc/loadavg: 2.00 1.99 1.91 4/81 18133
/proc/meminfo: memFree=1240504/2055920 swapFree=4180532/4192956
[pid=18133] ppid=18131 vsize=13600 CPUtime=0.29
/proc/18133/stat : 18133 (sugar) S 18131 18133 17253 0 -1 4194304 973 4451 0 1 2 0 24 3 15 0 1 0 623025838 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 2.00 1.99 1.91 3/92 18155
/proc/meminfo: memFree=1222624/2055920 swapFree=4180532/4192956
[pid=18133] ppid=18131 vsize=13600 CPUtime=0.29
/proc/18133/stat : 18133 (sugar) S 18131 18133 17253 0 -1 4194304 973 4451 0 1 2 0 24 3 15 0 1 0 623025838 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 3400 797 370 3 0 500 0
[pid=18146] ppid=18133 vsize=5356 CPUtime=0
/proc/18146/stat : 18146 (sh) S 18133 18133 17253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 623025870 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18146/statm: 1339 233 193 169 0 50 0
[pid=18147] ppid=18146 vsize=868332 CPUtime=1.16
/proc/18147/stat : 18147 (java) S 18146 18133 17253 0 -1 0 9116 0 1 0 110 6 0 0 20 0 9 0 623025870 889171968 8293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18147/statm: 217083 8293 2539 9 0 211658 0
[pid=18147/tid=18148] ppid=18146 vsize=868332 CPUtime=0.64
/proc/18147/task/18148/stat : 18148 (java) R 18146 18133 17253 0 -1 64 2777 0 1 0 63 1 0 0 25 0 9 0 623025871 889171968 8293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18149] ppid=18146 vsize=868332 CPUtime=0.3
/proc/18147/task/18149/stat : 18149 (java) R 18146 18133 17253 0 -1 64 4189 0 0 0 28 2 0 0 15 0 9 0 623025872 889171968 8293 996147200 134512640 134550740 4294955952 18446744073709551615 104187962 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18150] ppid=18146 vsize=868332 CPUtime=0
/proc/18147/task/18150/stat : 18150 (java) S 18146 18133 17253 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 623025872 889171968 8293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18151] ppid=18146 vsize=868332 CPUtime=0
/proc/18147/task/18151/stat : 18151 (java) S 18146 18133 17253 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 623025872 889171968 8293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18152] ppid=18146 vsize=868332 CPUtime=0
/proc/18147/task/18152/stat : 18152 (java) S 18146 18133 17253 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 623025874 889171968 8293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18153] ppid=18146 vsize=868332 CPUtime=0.19
/proc/18147/task/18153/stat : 18153 (java) S 18146 18133 17253 0 -1 64 1457 0 0 0 18 1 0 0 16 0 9 0 623025874 889171968 8293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18154] ppid=18146 vsize=868332 CPUtime=0
/proc/18147/task/18154/stat : 18154 (java) S 18146 18133 17253 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 623025874 889171968 8293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18147/tid=18155] ppid=18146 vsize=868332 CPUtime=0
/proc/18147/task/18155/stat : 18155 (java) S 18146 18133 17253 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 623025874 889171968 8293 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887288

[startup+3.10111 s]
/proc/loadavg: 2.00 1.99 1.91 3/92 18155
/proc/meminfo: memFree=1206240/2055920 swapFree=4180532/4192956
[pid=18133] ppid=18131 vsize=13600 CPUtime=2.91
/proc/18133/stat : 18133 (sugar) S 18131 18133 17253 0 -1 4194304 1032 17109 0 2 3 1 273 14 15 0 1 0 623025838 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18133/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 13600

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

[startup+3.30613 s]
/proc/loadavg: 2.00 1.99 1.91 3/92 18167
/proc/meminfo: memFree=1231904/2055920 swapFree=4180532/4192956
[pid=18133] ppid=18131 vsize=13600 CPUtime=3.03
/proc/18133/stat : 18133 (sugar) S 18131 18133 17253 0 -1 4194304 1090 18767 0 2 3 1 284 15 15 0 1 0 623025838 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18133/statm: 3400 798 370 3 0 500 0
[pid=18158] ppid=18133 vsize=5356 CPUtime=0
/proc/18158/stat : 18158 (sh) S 18133 18133 17253 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 623026149 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18158/statm: 1339 233 193 169 0 50 0
[pid=18159] ppid=18158 vsize=864040 CPUtime=0.13
/proc/18159/stat : 18159 (java) S 18158 18133 17253 0 -1 0 3433 0 1 0 12 1 0 0 19 0 9 0 623026149 884776960 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18159/statm: 216010 2903 1688 9 0 210585 0
[pid=18159/tid=18160] ppid=18158 vsize=864040 CPUtime=0.1
/proc/18159/task/18160/stat : 18160 (java) S 18158 18133 17253 0 -1 64 2447 0 1 0 9 1 0 0 20 0 9 0 623026150 884776960 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18159/tid=18161] ppid=18158 vsize=864040 CPUtime=0
/proc/18159/task/18161/stat : 18161 (java) S 18158 18133 17253 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 623026151 884776960 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18159/tid=18162] ppid=18158 vsize=864040 CPUtime=0
/proc/18159/task/18162/stat : 18162 (java) S 18158 18133 17253 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 623026151 884776960 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18159/tid=18163] ppid=18158 vsize=864040 CPUtime=0
/proc/18159/task/18163/stat : 18163 (java) S 18158 18133 17253 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 623026151 884776960 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18159/tid=18164] ppid=18158 vsize=864040 CPUtime=0
/proc/18159/task/18164/stat : 18164 (java) S 18158 18133 17253 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 623026153 884776960 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18159/tid=18165] ppid=18158 vsize=864040 CPUtime=0.02
/proc/18159/task/18165/stat : 18165 (java) S 18158 18133 17253 0 -1 64 291 0 0 0 2 0 0 0 17 0 9 0 623026153 884776960 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18159/tid=18166] ppid=18158 vsize=864040 CPUtime=0
/proc/18159/task/18166/stat : 18166 (java) S 18158 18133 17253 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 623026153 884776960 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18159/tid=18167] ppid=18158 vsize=864040 CPUtime=0
/proc/18159/task/18167/stat : 18167 (java) S 18158 18133 17253 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 623026153 884776960 2903 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 3.32347
CPU time (s): 3.19951
CPU user time (s): 3.00554
CPU system time (s): 0.19397
CPU usage (%): 96.2703
Max. virtual memory (cumulated for all children) (KiB): 887540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.00554
system time used= 0.19397
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23639
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= 2863
involuntary context switches= 2797

runsolver used 0.004999 second user time and 0.020996 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-02 14:15:54
IDJOB=1041840
IDBENCH=53846
IDSOLVER=346
FILE ID=node79/1041840-1215000954
PBS_JOBID= 7870767
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/cjss/normalized-ft06x3-55.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041840-1215000954/watcher-1041840-1215000954 -o /tmp/evaluation-result-1041840-1215000954/solver-1041840-1215000954 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1041840-1215000954.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4dfa082b6955cea7dc0bcd30842b0aa8
RANDOM SEED=2062953062

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.218
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.218
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:       1240984 kB
Buffers:         73704 kB
Cached:         594480 kB
SwapCached:       6580 kB
Active:         133212 kB
Inactive:       603848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1240984 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:            1312 kB
Writeback:           0 kB
Mapped:          82424 kB
Slab:            63076 kB
Committed_AS:  1686828 kB
PageTables:       1892 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= 66528 MiB
End job on node79 at 2008-07-02 14:15:58