Trace number 1040910

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 6.47901 6.6552

General information on the benchmark

Namecsp/allsquaresUnsat/
normalized-squaresUnsat-17-17.xml
MD5SUM55a5ba3833b82e4a196a4961da3bc0ae
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.075988
Satisfiable
(Un)Satisfiability was proved
Number of variables578
Number of constraints683
Maximum constraint arity17
Maximum domain size42
Number of constraints which are defined in extension0
Number of constraints which are defined in intension545
Global constraints used (with number of constraints)cumulative(2),weightedsum(136)

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 13:42:38 2008
0.00/0.04	c 0	PID 9294
0.00/0.04	c 0	HOST node9.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1040910-1214998958.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-1040910-1214998958.xml' 'HOME/temp.csp'
0.03/0.46	c 1	18 domains, 578 variables, 2 predicates, 0 relations, 683 constraints
0.03/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.48	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.43/0.55	c 1	Parsing HOME/temp.csp
0.43/0.72	c 1	parsed 1281 expressions
0.43/0.72	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.43/0.72	c 1	Converting to clausal form CSP
0.43/0.74	c 1	converted 129 (10%) expressions
0.43/0.74	c 1	converted 257 (20%) expressions
0.43/0.75	c 1	converted 385 (30%) expressions
0.43/0.75	c 1	converted 513 (40%) expressions
0.43/0.79	c 1	converted 641 (50%) expressions
0.43/0.89	c 1	converted 769 (60%) expressions
0.43/0.92	c 1	converted 897 (70%) expressions
0.43/0.93	c 1	converted 1025 (80%) expressions
0.43/0.95	c 1	converted 1153 (90%) expressions
1.14/1.29	c 1	converted 1281 (100%) expressions
1.14/1.29	c 1	CSP : 3266 integers, 800 booleans, 8241 clauses, largest domain size 82
1.14/1.29	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.14/1.29	c 1	Propagation in CSP
1.23/1.35	c 1	7057 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.23/1.36	c 1	CSP : 3266 integers, 800 booleans, 8241 clauses, largest domain size 43
1.23/1.36	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.23/1.36	c 1	Simplifing CSP by introducing new Boolean variables
1.23/1.37	c 1	CSP : 3266 integers, 800 booleans, 8241 clauses, largest domain size 43
1.23/1.37	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.33/1.42	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.44	c 2	327 (10%) CSP integer variables are encoded (1062 clauses, 11721 bytes)
1.33/1.44	c 2	654 (20%) CSP integer variables are encoded (1602 clauses, 18741 bytes)
1.33/1.44	c 2	980 (30%) CSP integer variables are encoded (4416 clauses, 55323 bytes)
1.33/1.45	c 2	1307 (40%) CSP integer variables are encoded (6887 clauses, 87446 bytes)
1.33/1.45	c 2	1633 (50%) CSP integer variables are encoded (9580 clauses, 124588 bytes)
1.33/1.46	c 2	1960 (60%) CSP integer variables are encoded (11908 clauses, 159508 bytes)
1.33/1.46	c 2	2287 (70%) CSP integer variables are encoded (14648 clauses, 200608 bytes)
1.33/1.47	c 2	2613 (80%) CSP integer variables are encoded (16951 clauses, 235153 bytes)
1.33/1.47	c 2	2940 (90%) CSP integer variables are encoded (19720 clauses, 276688 bytes)
1.33/1.47	c 2	3266 (100%) CSP integer variables are encoded (22038 clauses, 311458 bytes)
1.42/1.55	c 2	825 (10%) CSP clauses are encoded (43692 clauses, 661359 bytes)
1.53/1.61	c 2	1649 (20%) CSP clauses are encoded (75460 clauses, 1225111 bytes)
1.53/1.68	c 2	2473 (30%) CSP clauses are encoded (108576 clauses, 1814558 bytes)
1.63/1.73	c 2	3297 (40%) CSP clauses are encoded (140242 clauses, 2379217 bytes)
1.72/1.80	c 2	4121 (50%) CSP clauses are encoded (178918 clauses, 3123025 bytes)
1.72/1.88	c 2	4945 (60%) CSP clauses are encoded (218769 clauses, 3941306 bytes)
1.83/1.95	c 2	5769 (70%) CSP clauses are encoded (258543 clauses, 4765292 bytes)
1.93/2.01	c 2	6593 (80%) CSP clauses are encoded (287664 clauses, 5366083 bytes)
1.93/2.08	c 2	7417 (90%) CSP clauses are encoded (323671 clauses, 6112096 bytes)
2.03/2.16	c 2	8241 (100%) CSP clauses are encoded (360446 clauses, 6867857 bytes)
2.03/2.16	c 2	8241 CSP clauses encoded
2.03/2.16	c 2	Writing map file : HOME/temp.map
2.03/2.17	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.03/2.17	c 2	SAT : 26060 SAT variables, 360446 SAT clauses, 6867857 bytes
2.03/2.17	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.10/2.23	c 2	SOLVING HOME/temp.cnf
2.10/2.23	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.10/2.23	c 2	This is MiniSat 2.0 beta
2.10/2.23	c 2	WARNING: for repeatability, setting FPU to use double precision
2.10/2.23	c 2	============================[ Problem Statistics ]=============================
2.10/2.23	c 2	|                                                                             |
2.10/2.24	c 2	|  Number of variables:  26060                                                |
2.10/2.24	c 2	|  Number of clauses:    360446                                               |
2.12/2.42	c 3	|  Parsing time:         0.16         s                                       |
2.12/2.43	c 3	============================[ Search Statistics ]==============================
2.12/2.43	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.12/2.43	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.12/2.43	c 3	===============================================================================
2.12/2.43	c 3	|         0 |   26060   360446  1020036 |   120148        0    nan |  0.000 % |
2.12/2.76	c 3	|       101 |   26060   360446  1020036 |   132163      101     21 |  0.000 % |
2.12/3.28	c 3	|       251 |   26060   360446  1020036 |   145379      250     20 |  0.042 % |
3.76/3.94	c 4	|       478 |   25953   358248  1013820 |   159917      406     18 |  0.411 % |
4.86/5.05	c 5	|       816 |   25953   358248  1013820 |   175909      744     21 |  0.411 % |
6.25/6.43	c 7	===============================================================================
6.25/6.43	c 7	restarts              : 5
6.25/6.43	c 7	conflicts             : 1217           (295 /sec)
6.25/6.43	c 7	decisions             : 2068           (1.40 % random) (500 /sec)
6.25/6.43	c 7	propagations          : 4427581        (1071438 /sec)
6.25/6.43	c 7	conflict literals     : 24866          (37.70 % deleted)
6.25/6.43	c 7	Memory used           : 18.73 MB
6.25/6.43	c 7	CPU time              : 4.13237 s
6.25/6.43	c 7	
6.25/6.43	c 7	UNSATISFIABLE
6.25/6.43	c 7	DECODING HOME/temp.out WITH HOME/temp.map
6.25/6.43	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.30/6.51	c 7	Decoding HOME/temp.out
6.30/6.59	s UNSATISFIABLE
6.30/6.59	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.45/6.65	c 7	CPU 6.23 (0.03 0.01 6.2 0.22)
6.45/6.65	c 7	END Wed Jul  2 13:42:45 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-1040910-1214998958/watcher-1040910-1214998958 -o /tmp/evaluation-result-1040910-1214998958/solver-1040910-1214998958 -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-1040910-1214998958.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.97 1.70 4/83 9294
/proc/meminfo: memFree=1379784/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=12272 CPUtime=0
/proc/9294/stat : 9294 (sugar) R 9292 9294 8797 0 -1 4194304 358 0 0 0 0 0 0 0 18 0 1 0 1529572051 12566528 326 996147200 4194304 4206940 548682068608 18446744073709551615 215436875264 0 0 4224 0 0 0 0 17 0 0 0
/proc/9294/statm: 3068 327 246 3 0 168 0

[startup+0.105571 s]
/proc/loadavg: 2.00 1.97 1.70 4/83 9294
/proc/meminfo: memFree=1379784/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=13600 CPUtime=0.03
/proc/9294/stat : 9294 (sugar) S 9292 9294 8797 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1529572051 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201578 s]
/proc/loadavg: 2.00 1.97 1.70 4/83 9294
/proc/meminfo: memFree=1379784/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=13600 CPUtime=0.03
/proc/9294/stat : 9294 (sugar) S 9292 9294 8797 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1529572051 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301595 s]
/proc/loadavg: 2.00 1.97 1.70 4/83 9294
/proc/meminfo: memFree=1379784/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=13600 CPUtime=0.03
/proc/9294/stat : 9294 (sugar) S 9292 9294 8797 0 -1 4194304 900 127 0 0 2 1 0 0 18 0 1 0 1529572051 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9294/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701672 s]
/proc/loadavg: 2.00 1.97 1.70 4/83 9294
/proc/meminfo: memFree=1379784/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=13600 CPUtime=0.43
/proc/9294/stat : 9294 (sugar) S 9292 9294 8797 0 -1 4194304 973 4810 0 1 2 1 36 4 15 0 1 0 1529572051 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9294/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 13600

[startup+1.50183 s]
/proc/loadavg: 2.00 1.97 1.70 3/94 9316
/proc/meminfo: memFree=1344240/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=13600 CPUtime=0.43
/proc/9294/stat : 9294 (sugar) S 9292 9294 8797 0 -1 4194304 974 4810 0 1 2 1 36 4 15 0 1 0 1529572051 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9294/statm: 3400 797 370 3 0 500 0
[pid=9307] ppid=9294 vsize=5356 CPUtime=0
/proc/9307/stat : 9307 (sh) S 9294 9294 8797 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529572099 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/9307/statm: 1339 233 193 169 0 50 0
[pid=9308] ppid=9307 vsize=868468 CPUtime=0.99
/proc/9308/stat : 9308 (java) S 9307 9294 8797 0 -1 0 7687 0 1 0 94 5 0 0 18 0 9 0 1529572099 889311232 6861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/9308/statm: 217117 6861 2563 9 0 211664 0
[pid=9308/tid=9309] ppid=9307 vsize=868468 CPUtime=0.58
/proc/9308/task/9309/stat : 9309 (java) R 9307 9294 8797 0 -1 64 2750 0 1 0 56 2 0 0 25 0 9 0 1529572100 889311232 6861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9308/tid=9310] ppid=9307 vsize=868468 CPUtime=0.16
/proc/9308/task/9310/stat : 9310 (java) S 9307 9294 8797 0 -1 64 2758 0 0 0 15 1 0 0 16 0 9 0 1529572101 889311232 6861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=9308/tid=9311] ppid=9307 vsize=868468 CPUtime=0
/proc/9308/task/9311/stat : 9311 (java) S 9307 9294 8797 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1529572101 889311232 6861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9308/tid=9312] ppid=9307 vsize=868468 CPUtime=0
/proc/9308/task/9312/stat : 9312 (java) S 9307 9294 8797 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1529572101 889311232 6861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9308/tid=9313] ppid=9307 vsize=868468 CPUtime=0
/proc/9308/task/9313/stat : 9313 (java) S 9307 9294 8797 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1529572103 889311232 6861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9308/tid=9314] ppid=9307 vsize=868468 CPUtime=0.24
/proc/9308/task/9314/stat : 9314 (java) S 9307 9294 8797 0 -1 64 1487 0 0 0 23 1 0 0 16 0 9 0 1529572103 889311232 6861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9308/tid=9315] ppid=9307 vsize=868468 CPUtime=0
/proc/9308/task/9315/stat : 9315 (java) S 9307 9294 8797 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1529572103 889311232 6861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=9308/tid=9316] ppid=9307 vsize=868468 CPUtime=0
/proc/9308/task/9316/stat : 9316 (java) S 9307 9294 8797 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1529572103 889311232 6861 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 887424

[startup+3.10114 s]
/proc/loadavg: 2.00 1.97 1.70 5/93 9316
/proc/meminfo: memFree=1322032/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=13600 CPUtime=2.12
/proc/9294/stat : 9294 (sugar) S 9292 9294 8797 0 -1 4194304 1034 13010 0 2 3 1 193 15 15 0 1 0 1529572051 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9294/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.12
Current children cumulated vsize (KiB) 13600

[startup+6.30174 s]
/proc/loadavg: 2.00 1.97 1.70 3/76 9347
/proc/meminfo: memFree=1435512/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=13600 CPUtime=2.12
/proc/9294/stat : 9294 (sugar) S 9292 9294 8797 0 -1 4194304 1034 13010 0 2 3 1 193 15 16 0 1 0 1529572051 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9294/statm: 3400 799 370 3 0 500 0
[pid=9317] ppid=9294 vsize=5356 CPUtime=0
/proc/9317/stat : 9317 (sh) S 9294 9294 8797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529572274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9317/statm: 1339 232 193 169 0 50 0
[pid=9318] ppid=9317 vsize=19180 CPUtime=4.03
/proc/9318/stat : 9318 (minisat) R 9317 9294 8797 0 -1 4194304 4578 0 0 0 400 3 0 0 25 0 1 0 1529572274 19640320 4564 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/9318/statm: 4795 4564 76 150 0 4642 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 38136

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

[startup+6.40176 s]
/proc/loadavg: 2.00 1.97 1.70 3/76 9347
/proc/meminfo: memFree=1435512/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=13600 CPUtime=2.12
/proc/9294/stat : 9294 (sugar) S 9292 9294 8797 0 -1 4194304 1034 13010 0 2 3 1 193 15 16 0 1 0 1529572051 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/9294/statm: 3400 799 370 3 0 500 0
[pid=9317] ppid=9294 vsize=5356 CPUtime=0
/proc/9317/stat : 9317 (sh) S 9294 9294 8797 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1529572274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9317/statm: 1339 232 193 169 0 50 0
[pid=9318] ppid=9317 vsize=19180 CPUtime=4.13
/proc/9318/stat : 9318 (minisat) R 9317 9294 8797 0 -1 4194304 4579 0 0 0 410 3 0 0 25 0 1 0 1529572274 19640320 4565 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/9318/statm: 4795 4565 76 150 0 4642 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 38136

[startup+6.6018 s]
/proc/loadavg: 2.00 1.97 1.70 2/84 9357
/proc/meminfo: memFree=1448248/2055920 swapFree=4109644/4192956
[pid=9294] ppid=9292 vsize=13600 CPUtime=6.3
/proc/9294/stat : 9294 (sugar) S 9292 9294 8797 0 -1 4194304 1092 17884 0 2 3 1 607 19 16 0 1 0 1529572051 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/9294/statm: 3400 799 370 3 0 500 0
[pid=9348] ppid=9294 vsize=5356 CPUtime=0
/proc/9348/stat : 9348 (sh) S 9294 9294 8797 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1529572694 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/9348/statm: 1339 233 193 169 0 50 0
[pid=9349] ppid=9348 vsize=863848 CPUtime=0.15
/proc/9349/stat : 9349 (java) S 9348 9294 8797 0 -1 0 3521 0 1 0 13 2 0 0 18 0 9 0 1529572695 884580352 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/9349/statm: 215962 2990 1693 9 0 210537 0
[pid=9349/tid=9350] ppid=9348 vsize=863848 CPUtime=0.1
/proc/9349/task/9350/stat : 9350 (java) S 9348 9294 8797 0 -1 64 2515 0 1 0 9 1 0 0 20 0 9 0 1529572696 884580352 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9349/tid=9351] ppid=9348 vsize=863848 CPUtime=0
/proc/9349/task/9351/stat : 9351 (java) S 9348 9294 8797 0 -1 64 73 0 0 0 0 0 0 0 16 0 9 0 1529572697 884580352 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=9349/tid=9352] ppid=9348 vsize=863848 CPUtime=0
/proc/9349/task/9352/stat : 9352 (java) S 9348 9294 8797 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1529572697 884580352 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9349/tid=9353] ppid=9348 vsize=863848 CPUtime=0
/proc/9349/task/9353/stat : 9353 (java) S 9348 9294 8797 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1529572697 884580352 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9349/tid=9354] ppid=9348 vsize=863848 CPUtime=0
/proc/9349/task/9354/stat : 9354 (java) S 9348 9294 8797 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1529572699 884580352 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9349/tid=9355] ppid=9348 vsize=863848 CPUtime=0.02
/proc/9349/task/9355/stat : 9355 (java) S 9348 9294 8797 0 -1 64 241 0 0 0 2 0 0 0 17 0 9 0 1529572699 884580352 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9349/tid=9356] ppid=9348 vsize=863848 CPUtime=0
/proc/9349/task/9356/stat : 9356 (java) S 9348 9294 8797 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1529572699 884580352 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=9349/tid=9357] ppid=9348 vsize=863848 CPUtime=0
/proc/9349/task/9357/stat : 9357 (java) S 9348 9294 8797 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1529572699 884580352 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 882804

Child status: 0
Real time (s): 6.6552
CPU time (s): 6.47901
CPU user time (s): 6.23405
CPU system time (s): 0.244962
CPU usage (%): 97.3527
Max. virtual memory (cumulated for all children) (KiB): 887500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.23405
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22844
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= 3951
involuntary context switches= 3900

runsolver used 0.010998 second user time and 0.031995 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-02 13:42:38
IDJOB=1040910
IDBENCH=53753
IDSOLVER=346
FILE ID=node9/1040910-1214998958
PBS_JOBID= 7870905
Free space on /tmp= 66540 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/allsquaresUnsat/normalized-squaresUnsat-17-17.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-1040910-1214998958/watcher-1040910-1214998958 -o /tmp/evaluation-result-1040910-1214998958/solver-1040910-1214998958 -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-1040910-1214998958.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 55a5ba3833b82e4a196a4961da3bc0ae
RANDOM SEED=188636067

node9.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.265
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	: 5931.00
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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1380264 kB
Buffers:         65556 kB
Cached:         345088 kB
SwapCached:      77120 kB
Active:         310284 kB
Inactive:       290228 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1380264 kB
SwapTotal:     4192956 kB
SwapFree:      4109644 kB
Dirty:            2876 kB
Writeback:           0 kB
Mapped:         197792 kB
Slab:            60084 kB
Committed_AS:  3547944 kB
PageTables:       2168 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= 66536 MiB
End job on node9 at 2008-07-02 13:42:45