Trace number 1055467

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 6.83896 6.96147

General information on the benchmark

Namecsp/nengfa/
normalized-route.xml
MD5SUM81f902187cc2f27d969314bbf92ef85d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.69229
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints24492
Maximum constraint arity2
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24492
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Thu Jul  3 06:34:05 2008
0.00/0.04	c 0	PID 26342
0.00/0.04	c 0	HOST node79.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1055467-1215059645.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-1055467-1215059645.xml' 'HOME/temp.csp'
3.27/3.34	c 4	62 domains, 72 variables, 24492 predicates, 0 relations, 24492 constraints
3.27/3.38	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.27/3.38	c 4	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'
3.33/3.45	c 4	Parsing HOME/temp.csp
3.33/4.11	c 4	parsed 10000 expressions
4.53/4.62	c 5	parsed 20000 expressions
4.82/4.91	c 5	parsed 30000 expressions
5.12/5.21	c 6	parsed 40000 expressions
5.22/5.35	c 6	parsed 49118 expressions
5.22/5.35	c 6	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.22/5.36	c 6	Converting to clausal form CSP
5.32/5.40	c 6	converted 4912 (10%) expressions
5.32/5.42	c 6	converted 9824 (20%) expressions
5.32/5.46	c 6	converted 14736 (30%) expressions
5.32/5.46	c 6	converted 19648 (40%) expressions
5.32/5.49	c 6	converted 24559 (50%) expressions
5.61/5.71	c 6	converted 29471 (60%) expressions
5.61/5.79	c 6	converted 34383 (70%) expressions
5.71/5.88	c 6	converted 39295 (80%) expressions
6.00/6.18	c 6	converted 44207 (90%) expressions
6.21/6.33	c 7	converted 49118 (100%) expressions
6.21/6.33	c 7	CSP : 72 integers, 0 booleans, 11100 clauses, largest domain size 28
6.21/6.33	c 7	Heap : 38 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.21/6.33	c 7	Propagation in CSP
6.30/6.40	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.30/6.40	c 7	CSP : 72 integers, 0 booleans, 11100 clauses, largest domain size 28
6.30/6.40	c 7	Heap : 37 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.30/6.40	c 7	Simplifing CSP by introducing new Boolean variables
6.30/6.43	c 7	CSP : 72 integers, 2456 booleans, 13556 clauses, largest domain size 28
6.30/6.43	c 7	Heap : 39 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.41/6.51	c 7	Encoding CSP to SAT : HOME/temp.cnf
6.41/6.52	c 7	8 (10%) CSP integer variables are encoded (40 clauses, 407 bytes)
6.41/6.52	c 7	15 (20%) CSP integer variables are encoded (77 clauses, 740 bytes)
6.41/6.52	c 7	22 (30%) CSP integer variables are encoded (115 clauses, 1147 bytes)
6.41/6.52	c 7	29 (40%) CSP integer variables are encoded (155 clauses, 1587 bytes)
6.41/6.53	c 7	36 (50%) CSP integer variables are encoded (209 clauses, 2181 bytes)
6.41/6.53	c 7	44 (60%) CSP integer variables are encoded (298 clauses, 3160 bytes)
6.41/6.53	c 7	51 (70%) CSP integer variables are encoded (360 clauses, 3842 bytes)
6.41/6.53	c 7	58 (80%) CSP integer variables are encoded (418 clauses, 4480 bytes)
6.41/6.53	c 7	65 (90%) CSP integer variables are encoded (557 clauses, 6009 bytes)
6.41/6.53	c 7	72 (100%) CSP integer variables are encoded (673 clauses, 7285 bytes)
6.41/6.58	c 7	1356 (10%) CSP clauses are encoded (4814 clauses, 49976 bytes)
6.50/6.60	c 7	2712 (20%) CSP clauses are encoded (8363 clauses, 86123 bytes)
6.50/6.62	c 7	4067 (30%) CSP clauses are encoded (11938 clauses, 123137 bytes)
6.50/6.63	c 7	5423 (40%) CSP clauses are encoded (15812 clauses, 164899 bytes)
6.50/6.64	c 7	6778 (50%) CSP clauses are encoded (19350 clauses, 202041 bytes)
6.50/6.65	c 7	8134 (60%) CSP clauses are encoded (23581 clauses, 253238 bytes)
6.50/6.67	c 7	9490 (70%) CSP clauses are encoded (27277 clauses, 296644 bytes)
6.50/6.68	c 7	10845 (80%) CSP clauses are encoded (31239 clauses, 342358 bytes)
6.59/6.70	c 7	12201 (90%) CSP clauses are encoded (37295 clauses, 430803 bytes)
6.59/6.72	c 7	13556 (100%) CSP clauses are encoded (46962 clauses, 584009 bytes)
6.59/6.72	c 7	13556 CSP clauses encoded
6.59/6.72	c 7	Writing map file : HOME/temp.map
6.59/6.73	c 7	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.59/6.73	c 7	SAT : 3201 SAT variables, 46962 SAT clauses, 584009 bytes
6.59/6.73	c 7	Heap : 7 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.59/6.76	c 7	SOLVING HOME/temp.cnf
6.59/6.76	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.59/6.76	c 7	This is MiniSat 2.0 beta
6.59/6.76	c 7	WARNING: for repeatability, setting FPU to use double precision
6.59/6.76	c 7	============================[ Problem Statistics ]=============================
6.59/6.76	c 7	|                                                                             |
6.59/6.77	c 7	|  Number of variables:  3201                                                 |
6.59/6.77	c 7	|  Number of clauses:    46962                                                |
6.59/6.78	c 7	|  Parsing time:         0.02         s                                       |
6.59/6.79	c 7	============================[ Search Statistics ]==============================
6.59/6.79	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.59/6.79	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.59/6.79	c 7	===============================================================================
6.59/6.79	c 7	|         0 |    3201    46962   108610 |    15654        0    nan |  0.000 % |
6.59/6.80	c 7	===============================================================================
6.59/6.80	c 7	restarts              : 1
6.59/6.80	c 7	conflicts             : 58             (2072 /sec)
6.59/6.80	c 7	decisions             : 199            (0.50 % random) (7108 /sec)
6.59/6.80	c 7	propagations          : 28343          (1012431 /sec)
6.59/6.80	c 7	conflict literals     : 192            (7.25 % deleted)
6.59/6.80	c 7	Memory used           : 3.78 MB
6.59/6.80	c 7	CPU time              : 0.027995 s
6.59/6.80	c 7	
6.65/6.80	c 7	SATISFIABLE
6.65/6.80	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.65/6.80	c 7	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.65/6.88	c 7	Decoding HOME/temp.out
6.69/6.92	s SATISFIABLE
6.69/6.92	v 27 1 18 2 1 1 0 6 4 3 2 4 5 0 4 16 15 13 10 5 4 8 4 9 7 12 12 11 14 17 16 17 20 19 21 22 26 20 27 14 12 18 12 9 17 16 18 26 27 26 19 21 23 25 25 24 24 27 24 13 8 14 16 17 18 19 20 27 15 21 27 16
6.69/6.93	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.69/6.96	c 7	CPU 6.46 (0.03 0.01 6.43 0.35)
6.69/6.96	c 7	END Thu Jul  3 06:34:12 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-1055467-1215059645/watcher-1055467-1215059645 -o /tmp/evaluation-result-1055467-1215059645/solver-1055467-1215059645 -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-1055467-1215059645.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.15 2.03 2.01 4/74 26342
/proc/meminfo: memFree=1340696/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=12272 CPUtime=0
/proc/26342/stat : 26342 (sugar) R 26340 26342 22745 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 628894933 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 234054794238 0 0 4224 0 0 0 0 17 0 0 0
/proc/26342/statm: 3068 364 274 3 0 168 0

[startup+0.00912091 s]
/proc/loadavg: 2.15 2.03 2.01 4/74 26342
/proc/meminfo: memFree=1340696/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=12412 CPUtime=0
/proc/26342/stat : 26342 (sugar) R 26340 26342 22745 0 -1 4194304 424 0 0 0 0 0 0 0 18 0 1 0 628894933 12709888 392 996147200 4194304 4206940 548682068608 18446744073709551615 234046061157 0 0 4224 0 0 0 0 17 0 0 0
/proc/26342/statm: 3103 392 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101132 s]
/proc/loadavg: 2.15 2.03 2.01 4/74 26342
/proc/meminfo: memFree=1340696/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=13600 CPUtime=0.03
/proc/26342/stat : 26342 (sugar) S 26340 26342 22745 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 628894933 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26342/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301152 s]
/proc/loadavg: 2.15 2.03 2.01 4/74 26342
/proc/meminfo: memFree=1340696/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=13600 CPUtime=0.03
/proc/26342/stat : 26342 (sugar) S 26340 26342 22745 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 628894933 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26342/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701195 s]
/proc/loadavg: 2.15 2.03 2.01 4/74 26342
/proc/meminfo: memFree=1340696/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=13600 CPUtime=0.03
/proc/26342/stat : 26342 (sugar) S 26340 26342 22745 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 628894933 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26342/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50228 s]
/proc/loadavg: 2.15 2.03 2.01 3/85 26354
/proc/meminfo: memFree=1305664/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=13600 CPUtime=0.03
/proc/26342/stat : 26342 (sugar) S 26340 26342 22745 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 628894933 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26342/statm: 3400 796 370 3 0 500 0
[pid=26345] ppid=26342 vsize=5356 CPUtime=0
/proc/26345/stat : 26345 (sh) S 26342 26342 22745 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 628894937 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26345/statm: 1339 233 193 169 0 50 0
[pid=26346] ppid=26345 vsize=864680 CPUtime=1.44
/proc/26346/stat : 26346 (java) S 26345 26342 22745 0 -1 0 18555 0 1 0 133 11 0 0 20 0 9 0 628894938 885432320 15138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26346/statm: 216170 15138 2529 9 0 210752 0
[pid=26346/tid=26347] ppid=26345 vsize=864680 CPUtime=0.67
/proc/26346/task/26347/stat : 26347 (java) R 26345 26342 22745 0 -1 64 3057 0 1 0 64 3 0 0 25 0 9 0 628894939 885432320 15138 996147200 134512640 134550740 4294956016 18446744073709551615 4126663075 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26348] ppid=26345 vsize=864680 CPUtime=0.64
/proc/26346/task/26348/stat : 26348 (java) S 26345 26342 22745 0 -1 64 14297 0 0 0 58 6 0 0 17 0 9 0 628894940 885432320 15138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26349] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26349/stat : 26349 (java) S 26345 26342 22745 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 628894940 885432320 15138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26350] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26350/stat : 26350 (java) S 26345 26342 22745 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628894940 885432320 15138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26351] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26351/stat : 26351 (java) S 26345 26342 22745 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 628894942 885432320 15138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26352] ppid=26345 vsize=864680 CPUtime=0.1
/proc/26346/task/26352/stat : 26352 (java) S 26345 26342 22745 0 -1 64 501 0 0 0 10 0 0 0 16 0 9 0 628894942 885432320 15138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26353] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26353/stat : 26353 (java) S 26345 26342 22745 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 628894942 885432320 15138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26354] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26354/stat : 26354 (java) S 26345 26342 22745 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628894942 885432320 15138 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 883636

[startup+3.10245 s]
/proc/loadavg: 2.15 2.03 2.01 3/85 26354
/proc/meminfo: memFree=1262912/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=13600 CPUtime=0.03
/proc/26342/stat : 26342 (sugar) S 26340 26342 22745 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 628894933 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26342/statm: 3400 796 370 3 0 500 0
[pid=26345] ppid=26342 vsize=5356 CPUtime=0
/proc/26345/stat : 26345 (sh) S 26342 26342 22745 0 -1 4194304 277 0 0 0 0 0 0 0 16 0 1 0 628894937 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26345/statm: 1339 233 193 169 0 50 0
[pid=26346] ppid=26345 vsize=864680 CPUtime=3.04
/proc/26346/stat : 26346 (java) S 26345 26342 22745 0 -1 0 25821 0 1 0 289 15 0 0 20 0 9 0 628894938 885432320 22372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26346/statm: 216170 22372 2529 9 0 210752 0
[pid=26346/tid=26347] ppid=26345 vsize=864680 CPUtime=1.87
/proc/26346/task/26347/stat : 26347 (java) R 26345 26342 22745 0 -1 64 3402 0 1 0 183 4 0 0 25 0 9 0 628894939 885432320 22372 996147200 134512640 134550740 4294956016 18446744073709551615 4126713590 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26348] ppid=26345 vsize=864680 CPUtime=0.96
/proc/26346/task/26348/stat : 26348 (java) S 26345 26342 22745 0 -1 64 21173 0 0 0 87 9 0 0 16 0 9 0 628894940 885432320 22372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26349] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26349/stat : 26349 (java) S 26345 26342 22745 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 628894940 885432320 22372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26350] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26350/stat : 26350 (java) S 26345 26342 22745 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628894940 885432320 22372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26351] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26351/stat : 26351 (java) S 26345 26342 22745 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 628894942 885432320 22372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26352] ppid=26345 vsize=864680 CPUtime=0.17
/proc/26346/task/26352/stat : 26352 (java) S 26345 26342 22745 0 -1 64 546 0 0 0 17 0 0 0 15 0 9 0 628894942 885432320 22372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26353] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26353/stat : 26353 (java) S 26345 26342 22745 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 628894942 885432320 22372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26346/tid=26354] ppid=26345 vsize=864680 CPUtime=0
/proc/26346/task/26354/stat : 26354 (java) S 26345 26342 22745 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 628894942 885432320 22372 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 883636

[startup+6.30537 s]
/proc/loadavg: 2.21 2.05 2.02 3/85 26364
/proc/meminfo: memFree=1303616/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=13600 CPUtime=3.33
/proc/26342/stat : 26342 (sugar) S 26340 26342 22745 0 -1 4194304 974 26252 0 1 3 0 313 17 15 0 1 0 628894933 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26342/statm: 3400 797 370 3 0 500 0
[pid=26355] ppid=26342 vsize=5356 CPUtime=0
/proc/26355/stat : 26355 (sh) S 26342 26342 22745 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628895271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26355/statm: 1339 233 193 169 0 50 0
[pid=26356] ppid=26355 vsize=868412 CPUtime=2.88
/proc/26356/stat : 26356 (java) S 26355 26342 22745 0 -1 0 16227 0 1 0 275 13 0 0 19 0 9 0 628895272 889253888 14804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26356/statm: 217103 14804 2540 9 0 211678 0
[pid=26356/tid=26357] ppid=26355 vsize=868412 CPUtime=1.61
/proc/26356/task/26357/stat : 26357 (java) R 26355 26342 22745 0 -1 64 3309 0 1 0 157 4 0 0 25 0 9 0 628895272 889253888 14804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26358] ppid=26355 vsize=868412 CPUtime=1.06
/proc/26356/task/26358/stat : 26358 (java) S 26355 26342 22745 0 -1 64 10755 0 0 0 100 6 0 0 15 0 9 0 628895274 889253888 14804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26359] ppid=26355 vsize=868412 CPUtime=0
/proc/26356/task/26359/stat : 26359 (java) S 26355 26342 22745 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628895274 889253888 14804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26360] ppid=26355 vsize=868412 CPUtime=0
/proc/26356/task/26360/stat : 26360 (java) S 26355 26342 22745 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 628895274 889253888 14804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26361] ppid=26355 vsize=868412 CPUtime=0
/proc/26356/task/26361/stat : 26361 (java) S 26355 26342 22745 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628895276 889253888 14804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26362] ppid=26355 vsize=868412 CPUtime=0.17
/proc/26356/task/26362/stat : 26362 (java) S 26355 26342 22745 0 -1 64 1467 0 0 0 16 1 0 0 16 0 9 0 628895276 889253888 14804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26363] ppid=26355 vsize=868412 CPUtime=0
/proc/26356/task/26363/stat : 26363 (java) S 26355 26342 22745 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628895276 889253888 14804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26364] ppid=26355 vsize=868412 CPUtime=0
/proc/26356/task/26364/stat : 26364 (java) S 26355 26342 22745 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628895276 889253888 14804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887368

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

[startup+6.70183 s]
/proc/loadavg: 2.21 2.05 2.02 4/85 26364
/proc/meminfo: memFree=1285760/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=13600 CPUtime=3.34
/proc/26342/stat : 26342 (sugar) S 26340 26342 22745 0 -1 4194304 974 26252 0 1 3 1 313 17 15 0 1 0 628894933 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26342/statm: 3400 797 370 3 0 500 0
[pid=26355] ppid=26342 vsize=5356 CPUtime=0
/proc/26355/stat : 26355 (sh) S 26342 26342 22745 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 628895271 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 234045891396 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26355/statm: 1339 233 193 169 0 50 0
[pid=26356] ppid=26355 vsize=868524 CPUtime=3.25
/proc/26356/stat : 26356 (java) S 26355 26342 22745 0 -1 0 16659 0 1 0 312 13 0 0 19 0 9 0 628895272 889368576 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26356/statm: 217131 15152 2565 9 0 211678 0
[pid=26356/tid=26357] ppid=26355 vsize=868524 CPUtime=1.84
/proc/26356/task/26357/stat : 26357 (java) R 26355 26342 22745 0 -1 64 3375 0 1 0 180 4 0 0 25 0 9 0 628895272 889368576 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4126579436 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26358] ppid=26355 vsize=868524 CPUtime=1.15
/proc/26356/task/26358/stat : 26358 (java) S 26355 26342 22745 0 -1 64 11082 0 0 0 109 6 0 0 16 0 9 0 628895274 889368576 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26359] ppid=26355 vsize=868524 CPUtime=0
/proc/26356/task/26359/stat : 26359 (java) S 26355 26342 22745 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 628895274 889368576 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26360] ppid=26355 vsize=868524 CPUtime=0
/proc/26356/task/26360/stat : 26360 (java) S 26355 26342 22745 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 628895274 889368576 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26361] ppid=26355 vsize=868524 CPUtime=0
/proc/26356/task/26361/stat : 26361 (java) S 26355 26342 22745 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 628895276 889368576 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26362] ppid=26355 vsize=868524 CPUtime=0.23
/proc/26356/task/26362/stat : 26362 (java) S 26355 26342 22745 0 -1 64 1506 0 0 0 22 1 0 0 15 0 9 0 628895276 889368576 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26363] ppid=26355 vsize=868524 CPUtime=0
/proc/26356/task/26363/stat : 26363 (java) S 26355 26342 22745 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 628895276 889368576 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26356/tid=26364] ppid=26355 vsize=868524 CPUtime=0
/proc/26356/task/26364/stat : 26364 (java) S 26355 26342 22745 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 628895276 889368576 15152 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.59
Current children cumulated vsize (KiB) 887480

[startup+6.90185 s]
/proc/loadavg: 2.21 2.05 2.02 4/85 26364
/proc/meminfo: memFree=1285760/2055920 swapFree=4180532/4192956
[pid=26342] ppid=26340 vsize=13600 CPUtime=6.69
/proc/26342/stat : 26342 (sugar) S 26340 26342 22745 0 -1 4194304 1088 44271 0 2 3 1 632 33 15 0 1 0 628894933 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 234054791266 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26342/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 6.96147
CPU time (s): 6.83896
CPU user time (s): 6.47002
CPU system time (s): 0.368943
CPU usage (%): 98.2402
Max. virtual memory (cumulated for all children) (KiB): 887872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.47002
system time used= 0.368943
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49122
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= 4567
involuntary context switches= 4519

runsolver used 0.011998 second user time and 0.034994 second system time

The end

Launcher Data (download as text)

Begin job on node79 at 2008-07-03 06:34:05
IDJOB=1055467
IDBENCH=56821
IDSOLVER=346
FILE ID=node79/1055467-1215059645
PBS_JOBID= 7875019
Free space on /tmp= 66448 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/nengfa/normalized-route.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-1055467-1215059645/watcher-1055467-1215059645 -o /tmp/evaluation-result-1055467-1215059645/solver-1055467-1215059645 -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-1055467-1215059645.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 81f902187cc2f27d969314bbf92ef85d
RANDOM SEED=923888111

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:       1341240 kB
Buffers:         58200 kB
Cached:         267264 kB
SwapCached:       6580 kB
Active:         545048 kB
Inactive:       105700 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1341240 kB
SwapTotal:     4192956 kB
SwapFree:      4180532 kB
Dirty:            8108 kB
Writeback:           0 kB
Mapped:         331812 kB
Slab:            48484 kB
Committed_AS:  1276848 kB
PageTables:       2592 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= 66444 MiB
End job on node79 at 2008-07-03 06:34:12