Trace number 1090560

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+minisatUNSAT 119.27 119.981

General information on the benchmark

Namecsp/graphColoring/insertion/full-insertion/
normalized-5-fullins-4-8.xml
MD5SUMd8426990ab3905f5f7996c01eb8bf26d
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.78812
Satisfiable
(Un)Satisfiability was proved
Number of variables1085
Number of constraints11395
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension0
Number of constraints which are defined in intension11395
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 Sat Jul  5 17:25:04 2008
0.00/0.04	c 0	PID 12510
0.03/0.04	c 0	HOST node91.alineos.net
0.03/0.04	c 0	CONVERTING HOME/instance-1090560-1215271504.xml TO HOME/temp.csp
0.03/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1090560-1215271504.xml' 'HOME/temp.csp'
0.03/0.95	c 1	1 domains, 1085 variables, 1 predicates, 0 relations, 11395 constraints
0.03/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.98	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.92/1.06	c 1	Parsing HOME/temp.csp
1.41/1.55	c 2	parsed 10000 expressions
1.41/1.59	c 2	parsed 12482 expressions
1.41/1.59	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.41/1.60	c 2	Converting to clausal form CSP
1.51/1.68	c 2	converted 1249 (10%) expressions
1.71/1.87	c 2	converted 2497 (20%) expressions
1.82/1.91	c 2	converted 3745 (30%) expressions
1.82/1.94	c 2	converted 4993 (40%) expressions
1.82/1.97	c 2	converted 6241 (50%) expressions
1.91/2.01	c 2	converted 7490 (60%) expressions
1.91/2.09	c 2	converted 8738 (70%) expressions
2.02/2.13	c 2	converted 9986 (80%) expressions
2.02/2.16	c 2	converted 11234 (90%) expressions
2.02/2.19	c 2	converted 12482 (100%) expressions
2.02/2.19	c 2	CSP : 1085 integers, 0 booleans, 11395 clauses, largest domain size 8
2.02/2.19	c 2	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.02/2.19	c 2	Propagation in CSP
2.11/2.29	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.11/2.29	c 2	CSP : 1085 integers, 0 booleans, 11395 clauses, largest domain size 8
2.11/2.29	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.11/2.30	c 2	Simplifing CSP by introducing new Boolean variables
2.31/2.49	c 3	CSP : 1085 integers, 22790 booleans, 34185 clauses, largest domain size 8
2.31/2.50	c 3	Heap : 19 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.51/2.60	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.51/2.63	c 3	109 (10%) CSP integer variables are encoded (654 clauses, 7074 bytes)
2.51/2.63	c 3	217 (20%) CSP integer variables are encoded (1302 clauses, 15093 bytes)
2.51/2.64	c 3	326 (30%) CSP integer variables are encoded (1956 clauses, 23595 bytes)
2.51/2.64	c 3	434 (40%) CSP integer variables are encoded (2604 clauses, 32019 bytes)
2.51/2.64	c 3	543 (50%) CSP integer variables are encoded (3258 clauses, 40521 bytes)
2.51/2.64	c 3	651 (60%) CSP integer variables are encoded (3906 clauses, 48945 bytes)
2.51/2.64	c 3	760 (70%) CSP integer variables are encoded (4560 clauses, 57447 bytes)
2.51/2.64	c 3	868 (80%) CSP integer variables are encoded (5208 clauses, 65871 bytes)
2.51/2.64	c 3	977 (90%) CSP integer variables are encoded (5862 clauses, 74373 bytes)
2.51/2.65	c 3	1085 (100%) CSP integer variables are encoded (6510 clauses, 82797 bytes)
2.61/2.74	c 3	3419 (10%) CSP clauses are encoded (25889 clauses, 394273 bytes)
2.61/2.79	c 3	6837 (20%) CSP clauses are encoded (45253 clauses, 731901 bytes)
2.71/2.83	c 3	10256 (30%) CSP clauses are encoded (64632 clauses, 1087567 bytes)
2.71/2.88	c 3	13674 (40%) CSP clauses are encoded (83996 clauses, 1442949 bytes)
2.81/2.93	c 3	17093 (50%) CSP clauses are encoded (103375 clauses, 1798615 bytes)
2.81/2.98	c 3	20511 (60%) CSP clauses are encoded (122739 clauses, 2153997 bytes)
2.92/3.02	c 3	23930 (70%) CSP clauses are encoded (142118 clauses, 2509663 bytes)
2.92/3.07	c 3	27348 (80%) CSP clauses are encoded (161482 clauses, 2865045 bytes)
3.01/3.12	c 3	30767 (90%) CSP clauses are encoded (180861 clauses, 3220711 bytes)
3.01/3.17	c 3	34185 (100%) CSP clauses are encoded (200225 clauses, 3576093 bytes)
3.01/3.17	c 3	34185 CSP clauses encoded
3.01/3.17	c 3	Writing map file : HOME/temp.map
3.11/3.20	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.21	c 3	SAT : 30385 SAT variables, 200225 SAT clauses, 3576093 bytes
3.11/3.21	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.11/3.25	c 3	SOLVING HOME/temp.cnf
3.11/3.25	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.11/3.25	c 3	This is MiniSat 2.0 beta
3.11/3.25	c 3	WARNING: for repeatability, setting FPU to use double precision
3.11/3.25	c 3	============================[ Problem Statistics ]=============================
3.11/3.25	c 3	|                                                                             |
3.11/3.25	c 3	|  Number of variables:  30385                                                |
3.11/3.25	c 3	|  Number of clauses:    200225                                               |
3.13/3.36	c 3	|  Parsing time:         0.10         s                                       |
3.13/3.37	c 3	============================[ Search Statistics ]==============================
3.13/3.37	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.13/3.37	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.13/3.37	c 3	===============================================================================
3.13/3.37	c 3	|         0 |   30385   200225   537190 |    66741        0    nan |  0.000 % |
3.13/3.40	c 4	|       101 |   30385   200225   537190 |    73415      101      6 |  0.000 % |
3.13/3.43	c 4	|       251 |   30385   200225   537190 |    80757      251     17 |  0.000 % |
3.13/3.45	c 4	|       477 |   30385   200225   537190 |    88833      477     15 |  0.000 % |
3.13/3.47	c 4	|       815 |   30385   200225   537190 |    97716      815     13 |  0.000 % |
3.13/3.54	c 4	|      1322 |   30385   200225   537190 |   107488     1322     14 |  0.000 % |
3.13/3.66	c 4	|      2081 |   30385   200225   537190 |   118236     2081     17 |  0.000 % |
3.13/3.81	c 4	|      3220 |   30385   200225   537190 |   130060     3220     18 |  0.000 % |
3.13/4.01	c 4	|      4928 |   30385   200225   537190 |   143066     4928     17 |  0.000 % |
4.26/4.48	c 5	|      7490 |   30385   200225   537190 |   157373     7490     18 |  0.000 % |
5.06/5.28	c 5	|     11334 |   30385   200225   537190 |   173110    11334     18 |  0.000 % |
5.95/6.18	c 6	|     17101 |   30385   200225   537190 |   190421    17101     17 |  0.000 % |
7.94/8.14	c 8	|     25750 |   30385   200225   537190 |   209463    25750     16 |  0.000 % |
11.63/11.83	c 12	|     38726 |   30385   200225   537190 |   230410    38726     16 |  0.000 % |
20.29/20.57	c 21	|     58188 |   30385   200225   537190 |   253451    58188     16 |  0.000 % |
36.21/36.57	c 37	|     87381 |   30385   200225   537190 |   278796    87381     16 |  0.000 % |
73.73/74.26	c 74	|    131171 |   30385   200225   537190 |   306676   131171     15 |  0.000 % |
119.00/119.74	c 120	===============================================================================
119.00/119.74	c 120	restarts              : 17
119.00/119.74	c 120	conflicts             : 180024         (1554 /sec)
119.00/119.74	c 120	decisions             : 251428         (1.98 % random) (2170 /sec)
119.00/119.74	c 120	propagations          : 37718779       (325514 /sec)
119.00/119.74	c 120	conflict literals     : 2651668        (27.20 % deleted)
119.00/119.74	c 120	Memory used           : 26.32 MB
119.00/119.74	c 120	CPU time              : 115.874 s
119.00/119.74	c 120	
119.00/119.74	c 120	UNSATISFIABLE
119.00/119.75	c 120	DECODING HOME/temp.out WITH HOME/temp.map
119.00/119.75	c 120	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
119.09/119.84	c 120	Decoding HOME/temp.out
119.19/119.94	s UNSATISFIABLE
119.19/119.94	c 120	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
119.19/119.98	c 120	CPU 118.98 (0.03 0.01 118.95 0.26)
119.19/119.98	c 120	END Sat Jul  5 17:27:04 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1090560-1215271504/watcher-1090560-1215271504 -o /tmp/evaluation-result-1090560-1215271504/solver-1090560-1215271504 -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-1090560-1215271504.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.05 2.03 2.00 4/90 12510
/proc/meminfo: memFree=1739344/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=18572 CPUtime=0
/proc/12510/stat : 12510 (runsolver) R 12508 12510 11561 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2006117497 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 251601153319 0 0 4096 24578 0 0 0 17 0 0 0
/proc/12510/statm: 4643 292 257 25 0 2626 0

[startup+0.0466789 s]
/proc/loadavg: 2.05 2.03 2.00 4/90 12510
/proc/meminfo: memFree=1739344/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=0.03
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 837 0 0 0 2 1 0 0 18 0 1 0 2006117497 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101646 s]
/proc/loadavg: 2.05 2.03 2.00 4/90 12510
/proc/meminfo: memFree=1739344/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=0.03
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2006117497 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301668 s]
/proc/loadavg: 2.05 2.03 2.00 4/90 12510
/proc/meminfo: memFree=1739344/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=0.03
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2006117497 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701719 s]
/proc/loadavg: 2.05 2.03 2.00 4/90 12510
/proc/meminfo: memFree=1739344/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=0.03
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 900 127 0 0 2 1 0 0 16 0 1 0 2006117497 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5018 s]
/proc/loadavg: 2.05 2.03 2.00 3/94 12525
/proc/meminfo: memFree=1735600/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=0.92
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 973 9914 0 1 2 1 83 6 15 0 1 0 2006117497 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 797 370 3 0 500 0
[pid=12523] ppid=12510 vsize=5356 CPUtime=0
/proc/12523/stat : 12523 (sh) S 12510 12510 11561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006117596 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12523/statm: 1339 233 193 169 0 50 0
[pid=12524] ppid=12523 vsize=864040 CPUtime=0.49
/proc/12524/stat : 12524 (java) S 12523 12510 11561 0 -1 0 3960 0 1 0 46 3 0 0 18 0 9 0 2006117596 884776960 3417 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 216010 3417 1671 9 0 210592 0
[pid=12524/tid=12525] ppid=12523 vsize=864040 CPUtime=0.39
/proc/12524/task/12525/stat : 12525 (java) R 12523 12510 11561 0 -1 64 2460 0 1 0 38 1 0 0 20 0 9 0 2006117597 884776960 3417 996147200 134512640 134550740 4294955952 18446744073709551615 4126450882 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882996

[startup+3.10298 s]
/proc/loadavg: 2.05 2.03 2.00 3/101 12532
/proc/meminfo: memFree=1717752/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=0.93
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 974 9914 0 1 3 1 83 6 15 0 1 0 2006117497 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 797 370 3 0 500 0
[pid=12523] ppid=12510 vsize=5356 CPUtime=0
/proc/12523/stat : 12523 (sh) S 12510 12510 11561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006117596 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12523/statm: 1339 233 193 169 0 50 0
[pid=12524] ppid=12523 vsize=868492 CPUtime=2.08
/proc/12524/stat : 12524 (java) S 12523 12510 11561 0 -1 0 11103 0 1 0 198 10 0 0 18 0 9 0 2006117596 889335808 9995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12524/statm: 217123 9995 2565 9 0 211670 0
[pid=12524/tid=12525] ppid=12523 vsize=868492 CPUtime=1.34
/proc/12524/task/12525/stat : 12525 (java) R 12523 12510 11561 0 -1 64 2971 0 1 0 130 4 0 0 25 0 9 0 2006117597 889335808 9995 996147200 134512640 134550740 4294955952 18446744073709551615 4126597798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12524/tid=12526] ppid=12523 vsize=868492 CPUtime=0.49
/proc/12524/task/12526/stat : 12526 (java) S 12523 12510 11561 0 -1 64 5951 0 0 0 46 3 0 0 16 0 9 0 2006117599 889335808 9995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12524/tid=12527] ppid=12523 vsize=868492 CPUtime=0
/proc/12524/task/12527/stat : 12527 (java) S 12523 12510 11561 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2006117599 889335808 9995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12524/tid=12528] ppid=12523 vsize=868492 CPUtime=0
/proc/12524/task/12528/stat : 12528 (java) S 12523 12510 11561 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2006117599 889335808 9995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12524/tid=12529] ppid=12523 vsize=868492 CPUtime=0
/proc/12524/task/12529/stat : 12529 (java) S 12523 12510 11561 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2006117601 889335808 9995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12524/tid=12530] ppid=12523 vsize=868492 CPUtime=0.22
/proc/12524/task/12530/stat : 12530 (java) S 12523 12510 11561 0 -1 64 1489 0 0 0 21 1 0 0 15 0 9 0 2006117601 889335808 9995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12524/tid=12531] ppid=12523 vsize=868492 CPUtime=0
/proc/12524/task/12531/stat : 12531 (java) S 12523 12510 11561 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2006117601 889335808 9995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12524/tid=12532] ppid=12523 vsize=868492 CPUtime=0
/proc/12524/task/12532/stat : 12532 (java) S 12523 12510 11561 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2006117601 889335808 9995 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 887448

[startup+6.30234 s]
/proc/loadavg: 2.13 2.05 2.01 3/93 12534
/proc/meminfo: memFree=1719928/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=14088 CPUtime=3.02
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 3381 0 0 0 301 1 0 0 25 0 1 0 2006117823 14426112 3367 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 3522 3367 76 150 0 3369 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 33044

[startup+12.7021 s]
/proc/loadavg: 2.12 2.05 2.01 3/93 12534
/proc/meminfo: memFree=1716856/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=16472 CPUtime=9.39
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 3949 0 0 0 937 2 0 0 25 0 1 0 2006117823 16867328 3935 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 4118 3935 76 150 0 3965 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 35428

[startup+25.5015 s]
/proc/loadavg: 2.09 2.05 2.01 3/93 12534
/proc/meminfo: memFree=1713464/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=19140 CPUtime=22.13
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 4604 0 0 0 2210 3 0 0 25 0 1 0 2006117823 19599360 4590 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 4785 4590 76 150 0 4632 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 38096

[startup+51.1014 s]
/proc/loadavg: 2.06 2.04 2.00 3/93 12534
/proc/meminfo: memFree=1708664/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=22844 CPUtime=47.6
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 5507 0 0 0 4756 4 0 0 25 0 1 0 2006117823 23392256 5493 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 5711 5493 76 150 0 5558 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 41800

[startup+102.306 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 12534
/proc/meminfo: memFree=1702648/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=26532 CPUtime=98.56
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 6368 0 0 0 9851 5 0 0 25 0 1 0 2006117823 27168768 6354 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 6633 6354 76 150 0 6480 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 45488

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

[startup+108.703 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 12534
/proc/meminfo: memFree=1702264/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=26808 CPUtime=104.93
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 6435 0 0 0 10488 5 0 0 25 0 1 0 2006117823 27451392 6421 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 6702 6421 76 150 0 6549 0
Current children cumulated CPU time (s) 108.06
Current children cumulated vsize (KiB) 45764

[startup+115.102 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 12534
/proc/meminfo: memFree=1700664/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=26808 CPUtime=111.3
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 6436 0 0 0 11125 5 0 0 25 0 1 0 2006117823 27451392 6422 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 6702 6422 76 150 0 6549 0
Current children cumulated CPU time (s) 114.43
Current children cumulated vsize (KiB) 45764

[startup+118.302 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 12534
/proc/meminfo: memFree=1700472/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=26952 CPUtime=114.48
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 6450 0 0 0 11443 5 0 0 25 0 1 0 2006117823 27598848 6436 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 6738 6436 76 150 0 6585 0
Current children cumulated CPU time (s) 117.61
Current children cumulated vsize (KiB) 45908

[startup+119.102 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 12534
/proc/meminfo: memFree=1700408/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=26952 CPUtime=115.27
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 6450 0 0 0 11522 5 0 0 25 0 1 0 2006117823 27598848 6436 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 6738 6436 76 150 0 6585 0
Current children cumulated CPU time (s) 118.4
Current children cumulated vsize (KiB) 45908

[startup+119.502 s]
/proc/loadavg: 2.02 2.03 2.00 3/93 12534
/proc/meminfo: memFree=1700408/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=3.13
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1033 21340 0 2 3 1 292 17 16 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12533] ppid=12510 vsize=5356 CPUtime=0
/proc/12533/stat : 12533 (sh) S 12510 12510 11561 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2006117822 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12533/statm: 1339 232 193 169 0 50 0
[pid=12534] ppid=12533 vsize=26952 CPUtime=115.67
/proc/12534/stat : 12534 (minisat) R 12533 12510 11561 0 -1 4194304 6450 0 0 0 11562 5 0 0 25 0 1 0 2006117823 27598848 6436 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/12534/statm: 6738 6436 76 150 0 6585 0
Current children cumulated CPU time (s) 118.8
Current children cumulated vsize (KiB) 45908

[startup+119.907 s]
/proc/loadavg: 2.02 2.03 2.00 3/97 12540
/proc/meminfo: memFree=1722904/2055920 swapFree=4176360/4192956
[pid=12510] ppid=12508 vsize=13600 CPUtime=119.06
/proc/12510/stat : 12510 (sugar) S 12508 12510 11561 0 -1 4194304 1090 28084 0 2 3 1 11879 23 15 0 1 0 2006117497 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12510/statm: 3400 799 370 3 0 500 0
[pid=12535] ppid=12510 vsize=5356 CPUtime=0
/proc/12535/stat : 12535 (sh) S 12510 12510 11561 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2006129473 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12535/statm: 1339 233 193 169 0 50 0
[pid=12536] ppid=12535 vsize=863720 CPUtime=0.13
/proc/12536/stat : 12536 (java) S 12535 12510 11561 0 -1 0 3371 0 1 0 11 2 0 0 18 0 9 0 2006129473 884449280 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12536/statm: 215930 2847 1641 9 0 210512 0
[pid=12536/tid=12537] ppid=12535 vsize=863720 CPUtime=0.09
/proc/12536/task/12537/stat : 12537 (java) R 12535 12510 11561 0 -1 64 2432 0 1 0 8 1 0 0 20 0 9 0 2006129474 884449280 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12536/tid=12538] ppid=12535 vsize=863720 CPUtime=0
/proc/12536/task/12538/stat : 12538 (java) R 12535 12510 11561 0 -1 64 8 0 0 0 0 0 0 0 16 0 9 0 2006129476 884449280 2847 996147200 134512640 134550740 4294956000 18446744073709551615 102672097 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12536/tid=12539] ppid=12535 vsize=863720 CPUtime=0
/proc/12536/task/12539/stat : 12539 (java) S 12535 12510 11561 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2006129476 884449280 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12536/tid=12540] ppid=12535 vsize=863720 CPUtime=0
/proc/12536/task/12540/stat : 12540 (java) S 12535 12510 11561 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2006129476 884449280 2847 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 119.19
Current children cumulated vsize (KiB) 882676

Child status: 0
Real time (s): 119.981
CPU time (s): 119.27
CPU user time (s): 118.986
CPU system time (s): 0.283956
CPU usage (%): 99.4071
Max. virtual memory (cumulated for all children) (KiB): 887588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 118.986
system time used= 0.283956
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33075
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= 3300
involuntary context switches= 4469

runsolver used 0.161975 second user time and 0.401938 second system time

The end

Launcher Data (download as text)

Begin job on node91 at 2008-07-05 17:25:04
IDJOB=1090560
IDBENCH=58456
IDSOLVER=346
FILE ID=node91/1090560-1215271504
PBS_JOBID= 7882195
Free space on /tmp= 66444 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/insertion/full-insertion/normalized-5-fullins-4-8.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-1090560-1215271504/watcher-1090560-1215271504 -o /tmp/evaluation-result-1090560-1215271504/solver-1090560-1215271504 -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-1090560-1215271504.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d8426990ab3905f5f7996c01eb8bf26d
RANDOM SEED=1573049194

node91.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.231
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.231
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:       1739824 kB
Buffers:         28116 kB
Cached:         195092 kB
SwapCached:       7788 kB
Active:         178524 kB
Inactive:        92444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1739824 kB
SwapTotal:     4192956 kB
SwapFree:      4176360 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:          63864 kB
Slab:            29604 kB
Committed_AS: 12518712 kB
PageTables:       2376 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 node91 at 2008-07-05 17:27:04