Trace number 2056946

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosatSAT 16.7355 17.1602

General information on the benchmark

Namecsp/hanoi/
normalized-hanoi-6_ext.xml
MD5SUMdd1bdfaf01900d92bf52dbddcbf69711
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.048992
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints61
Maximum constraint arity2
Maximum domain size729
Number of constraints which are defined in extension61
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.13	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.13	c 0	BEGIN Sat Jul 11 15:08:02 2009
0.05/0.13	c 0	PID 11546
0.05/0.14	c 0	HOST node26.alineos.net
0.05/0.14	c 0	CONVERTING HOME/instance-2056946-1247317682.xml TO HOME/temp.csp
0.05/0.14	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2056946-1247317682.xml' 'HOME/temp.csp'
0.07/0.62	c 1	3 domains, 62 variables, 0 predicates, 3 relations, 61 constraints
0.07/0.67	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.67	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.37/0.74	c 1	Parsing HOME/temp.csp
0.37/0.80	c 1	parsed 129 expressions
0.37/0.81	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.37/0.81	c 1	Converting to clausal form CSP
0.37/0.83	c 1	converted 13 (10%) expressions
0.37/0.83	c 1	converted 26 (20%) expressions
0.37/0.83	c 1	converted 39 (30%) expressions
0.37/0.83	c 1	converted 52 (40%) expressions
0.37/0.83	c 1	converted 65 (50%) expressions
0.37/0.88	c 1	converted 78 (60%) expressions
0.37/0.99	c 1	converted 91 (70%) expressions
0.71/1.05	c 1	converted 104 (80%) expressions
0.81/1.17	c 2	converted 117 (90%) expressions
0.90/1.22	c 2	converted 129 (100%) expressions
0.90/1.22	c 2	CSP : 62 integers, 0 booleans, 61 clauses, largest domain size 729
0.90/1.22	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.22	c 2	Propagation in CSP
0.90/1.22	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.90/1.22	c 2	CSP : 62 integers, 0 booleans, 61 clauses, largest domain size 729
0.90/1.22	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.90/1.22	c 2	Simplifing CSP by introducing new Boolean variables
0.90/1.22	c 2	CSP : 62 integers, 0 booleans, 61 clauses, largest domain size 729
0.90/1.22	c 2	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.00/1.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.00/1.33	c 2	7 (10%) CSP integer variables are encoded (4362 clauses, 54567 bytes)
1.00/1.33	c 2	13 (20%) CSP integer variables are encoded (8724 clauses, 111273 bytes)
1.00/1.33	c 2	19 (30%) CSP integer variables are encoded (13086 clauses, 174182 bytes)
1.00/1.34	c 2	25 (40%) CSP integer variables are encoded (17448 clauses, 239612 bytes)
1.00/1.34	c 2	31 (50%) CSP integer variables are encoded (21810 clauses, 305042 bytes)
1.00/1.35	c 2	38 (60%) CSP integer variables are encoded (26899 clauses, 381377 bytes)
1.00/1.36	c 2	44 (70%) CSP integer variables are encoded (31261 clauses, 446807 bytes)
1.00/1.36	c 2	50 (80%) CSP integer variables are encoded (35623 clauses, 512237 bytes)
1.00/1.37	c 2	56 (90%) CSP integer variables are encoded (39985 clauses, 577667 bytes)
1.00/1.37	c 2	62 (100%) CSP integer variables are encoded (43620 clauses, 632192 bytes)
2.23/2.55	c 3	7 (10%) CSP clauses are encoded (56429 clauses, 887927 bytes)
3.43/3.74	c 4	13 (20%) CSP clauses are encoded (69233 clauses, 1151171 bytes)
4.62/4.93	c 5	19 (30%) CSP clauses are encoded (82037 clauses, 1448087 bytes)
5.72/6.10	c 6	25 (40%) CSP clauses are encoded (94841 clauses, 1754549 bytes)
6.91/7.27	c 8	31 (50%) CSP clauses are encoded (107645 clauses, 2061011 bytes)
8.11/8.45	c 9	37 (60%) CSP clauses are encoded (120449 clauses, 2367473 bytes)
9.30/9.64	c 10	43 (70%) CSP clauses are encoded (133253 clauses, 2673935 bytes)
10.50/10.82	c 11	49 (80%) CSP clauses are encoded (146057 clauses, 2980397 bytes)
11.69/12.01	c 12	55 (90%) CSP clauses are encoded (158861 clauses, 3286859 bytes)
12.69/13.00	c 13	61 (100%) CSP clauses are encoded (169539 clauses, 3542384 bytes)
12.69/13.00	c 13	61 CSP clauses encoded
12.69/13.00	c 13	Writing map file : HOME/temp.map
12.69/13.00	c 13	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.69/13.00	c 13	SAT : 43682 SAT variables, 169539 SAT clauses, 3542384 bytes
12.69/13.00	c 13	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.69/13.06	c 13	SOLVING HOME/temp.cnf
12.69/13.06	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
16.44/16.87	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.44/16.87	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.52/17.01	c 17	Decoding HOME/temp.out
16.52/17.09	s SATISFIABLE
16.52/17.09	v 1 7 8 17 15 12 13 67 68 65 63 72 73 79 80 161 159 156 157 139 140 137 135 108 109 115 116 125 123 120 121 607 608 605 603 612 613 619 620 593 591 588 589 571 572 569 567 648 649 655 656 665 663 660 661 715 716 713 711 720 721 727
16.52/17.10	c 17	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
16.52/17.15	c 18	CPU 16.71 (0.05 0.02 15.48 1.16)
16.52/17.15	c 18	END Sat Jul 11 15:08:20 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2056946-1247317682/watcher-2056946-1247317682 -o /tmp/evaluation-result-2056946-1247317682/solver-2056946-1247317682 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2056946-1247317682.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11546
/proc/meminfo: memFree=927248/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=12268 CPUtime=0
/proc/11546/stat : 11546 (sugar) D 11544 11546 11480 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 18834557 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269028653669 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/11546/statm: 3067 316 241 3 0 167 0

[startup+0.0640761 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11546
/proc/meminfo: memFree=927248/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=13336 CPUtime=0.03
/proc/11546/stat : 11546 (sugar) D 11544 11546 11480 0 -1 4194304 736 0 0 0 2 1 0 0 18 0 1 0 18834557 13656064 704 996147200 4194304 4206940 548682068608 18446744073709551615 269028653669 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/11546/statm: 3334 704 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101081 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11546
/proc/meminfo: memFree=927248/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=15948 CPUtime=0.05
/proc/11546/stat : 11546 (sugar) R 11544 11546 11480 0 -1 4194304 910 0 0 0 3 2 0 0 18 0 1 0 18834557 16330752 878 996147200 4194304 4206940 548682068608 18446744073709551615 269037386750 0 0 4224 0 0 0 0 17 0 0 0
/proc/11546/statm: 3987 878 380 3 0 566 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 15948

[startup+0.301114 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11546
/proc/meminfo: memFree=927248/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=0.07
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 18834557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11546/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701184 s]
/proc/loadavg: 0.00 0.00 0.00 3/67 11546
/proc/meminfo: memFree=927248/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=0.37
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1292 4285 0 73 5 2 19 11 16 0 1 0 18834557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11546/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 16868

[startup+1.50231 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 11568
/proc/meminfo: memFree=892216/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=0.37
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1310 4285 0 73 5 2 19 11 16 0 1 0 18834557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11546/statm: 4217 1111 409 3 0 796 0
[pid=11559] ppid=11546 vsize=5356 CPUtime=0
/proc/11559/stat : 11559 (sh) S 11546 11546 11480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18834624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11559/statm: 1339 233 193 169 0 50 0
[pid=11560] ppid=11559 vsize=865164 CPUtime=0.85
/proc/11560/stat : 11560 (java) S 11559 11546 11480 0 -1 0 8240 0 9 0 81 4 0 0 18 0 9 0 18834625 885927936 7480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11560/statm: 216291 7480 2590 9 0 210768 0
[pid=11560/tid=11561] ppid=11559 vsize=865164 CPUtime=0.47
/proc/11560/task/11561/stat : 11561 (java) R 11559 11546 11480 0 -1 64 2807 0 6 0 46 1 0 0 17 0 9 0 18834626 885927936 7480 996147200 134512640 134550932 4294955936 18446744073709551615 103211122 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11562] ppid=11559 vsize=865164 CPUtime=0.3
/proc/11560/task/11562/stat : 11562 (java) S 11559 11546 11480 0 -1 64 4395 0 3 0 29 1 0 0 16 0 9 0 18834627 885927936 7480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11560/tid=11563] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11563/stat : 11563 (java) S 11559 11546 11480 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18834627 885927936 7480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11564] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11564/stat : 11564 (java) S 11559 11546 11480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18834627 885927936 7480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11565] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11565/stat : 11565 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 18834629 885927936 7480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11566] ppid=11559 vsize=865164 CPUtime=0.06
/proc/11560/task/11566/stat : 11566 (java) S 11559 11546 11480 0 -1 64 338 0 0 0 6 0 0 0 16 0 9 0 18834629 885927936 7480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11560/tid=11567] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11567/stat : 11567 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 18834629 885927936 7480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11568] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11568/stat : 11568 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18834629 885927936 7480 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 887388

[startup+3.10157 s]
/proc/loadavg: 0.00 0.00 0.00 2/78 11568
/proc/meminfo: memFree=882232/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=0.37
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1310 4285 0 73 5 2 19 11 16 0 1 0 18834557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11546/statm: 4217 1111 409 3 0 796 0
[pid=11559] ppid=11546 vsize=5356 CPUtime=0
/proc/11559/stat : 11559 (sh) S 11546 11546 11480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18834624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11559/statm: 1339 233 193 169 0 50 0
[pid=11560] ppid=11559 vsize=865164 CPUtime=2.46
/proc/11560/stat : 11560 (java) S 11559 11546 11480 0 -1 0 8579 0 9 0 241 5 0 0 18 0 9 0 18834625 885927936 7697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11560/statm: 216291 7697 2590 9 0 210768 0
[pid=11560/tid=11561] ppid=11559 vsize=865164 CPUtime=2.01
/proc/11560/task/11561/stat : 11561 (java) R 11559 11546 11480 0 -1 64 2927 0 6 0 199 2 0 0 17 0 9 0 18834626 885927936 7697 996147200 134512640 134550932 4294955936 18446744073709551615 4126546554 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11560/tid=11562] ppid=11559 vsize=865164 CPUtime=0.36
/proc/11560/task/11562/stat : 11562 (java) S 11559 11546 11480 0 -1 64 4607 0 3 0 34 2 0 0 15 0 9 0 18834627 885927936 7697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11563] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11563/stat : 11563 (java) S 11559 11546 11480 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18834627 885927936 7697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11564] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11564/stat : 11564 (java) S 11559 11546 11480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18834627 885927936 7697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11565] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11565/stat : 11565 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 18834629 885927936 7697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11566] ppid=11559 vsize=865164 CPUtime=0.06
/proc/11560/task/11566/stat : 11566 (java) S 11559 11546 11480 0 -1 64 345 0 0 0 6 0 0 0 16 0 9 0 18834629 885927936 7697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11560/tid=11567] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11567/stat : 11567 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 18834629 885927936 7697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11568] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11568/stat : 11568 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18834629 885927936 7697 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 887388

[startup+6.30208 s]
/proc/loadavg: 0.08 0.02 0.01 2/78 11568
/proc/meminfo: memFree=879352/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=0.37
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1310 4285 0 73 5 2 19 11 16 0 1 0 18834557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11546/statm: 4217 1111 409 3 0 796 0
[pid=11559] ppid=11546 vsize=5356 CPUtime=0
/proc/11559/stat : 11559 (sh) S 11546 11546 11480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18834624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11559/statm: 1339 233 193 169 0 50 0
[pid=11560] ppid=11559 vsize=865164 CPUtime=5.65
/proc/11560/stat : 11560 (java) S 11559 11546 11480 0 -1 0 9250 0 9 0 557 8 0 0 18 0 9 0 18834625 885927936 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11560/statm: 216291 8124 2590 9 0 210768 0
[pid=11560/tid=11561] ppid=11559 vsize=865164 CPUtime=5.05
/proc/11560/task/11561/stat : 11561 (java) R 11559 11546 11480 0 -1 64 3171 0 6 0 502 3 0 0 16 0 9 0 18834626 885927936 8124 996147200 134512640 134550932 4294955936 18446744073709551615 103212224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11560/tid=11562] ppid=11559 vsize=865164 CPUtime=0.5
/proc/11560/task/11562/stat : 11562 (java) S 11559 11546 11480 0 -1 64 5034 0 3 0 47 3 0 0 16 0 9 0 18834627 885927936 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11563] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11563/stat : 11563 (java) S 11559 11546 11480 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18834627 885927936 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11564] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11564/stat : 11564 (java) S 11559 11546 11480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18834627 885927936 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11565] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11565/stat : 11565 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 18834629 885927936 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11566] ppid=11559 vsize=865164 CPUtime=0.06
/proc/11560/task/11566/stat : 11566 (java) S 11559 11546 11480 0 -1 64 345 0 0 0 6 0 0 0 16 0 9 0 18834629 885927936 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11560/tid=11567] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11567/stat : 11567 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 18834629 885927936 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11568] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11568/stat : 11568 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18834629 885927936 8124 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 887388

[startup+12.7029 s]
/proc/loadavg: 0.15 0.03 0.01 2/78 11568
/proc/meminfo: memFree=874104/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=0.37
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1310 4285 0 73 5 2 19 11 16 0 1 0 18834557 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11546/statm: 4217 1111 409 3 0 796 0
[pid=11559] ppid=11546 vsize=5356 CPUtime=0
/proc/11559/stat : 11559 (sh) S 11546 11546 11480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 18834624 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11559/statm: 1339 233 193 169 0 50 0
[pid=11560] ppid=11559 vsize=865164 CPUtime=12.02
/proc/11560/stat : 11560 (java) S 11559 11546 11480 0 -1 0 10565 0 9 0 1190 12 0 0 18 0 9 0 18834625 885927936 8956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/11560/statm: 216291 8956 2590 9 0 210768 0
[pid=11560/tid=11561] ppid=11559 vsize=865164 CPUtime=11.19
/proc/11560/task/11561/stat : 11561 (java) R 11559 11546 11480 0 -1 64 3654 0 6 0 1114 5 0 0 16 0 9 0 18834626 885927936 8956 996147200 134512640 134550932 4294955936 18446744073709551615 4126499888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11560/tid=11562] ppid=11559 vsize=865164 CPUtime=0.73
/proc/11560/task/11562/stat : 11562 (java) S 11559 11546 11480 0 -1 64 5865 0 3 0 68 5 0 0 16 0 9 0 18834627 885927936 8956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11563] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11563/stat : 11563 (java) S 11559 11546 11480 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 18834627 885927936 8956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11564] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11564/stat : 11564 (java) S 11559 11546 11480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 18834627 885927936 8956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11565] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11565/stat : 11565 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 18834629 885927936 8956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11566] ppid=11559 vsize=865164 CPUtime=0.06
/proc/11560/task/11566/stat : 11566 (java) S 11559 11546 11480 0 -1 64 346 0 0 0 6 0 0 0 16 0 9 0 18834629 885927936 8956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11567] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11567/stat : 11567 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 18834629 885927936 8956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11560/tid=11568] ppid=11559 vsize=865164 CPUtime=0
/proc/11560/task/11568/stat : 11568 (java) S 11559 11546 11480 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 18834629 885927936 8956 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.39
Current children cumulated vsize (KiB) 887388

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

[startup+14.3052 s]
/proc/loadavg: 0.22 0.05 0.02 2/70 11570
/proc/meminfo: memFree=892344/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=12.72
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1365 15219 0 82 5 2 1240 25 16 0 1 0 18834557 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11546/statm: 4217 1113 409 3 0 796 0
[pid=11569] ppid=11546 vsize=5356 CPUtime=0
/proc/11569/stat : 11569 (sh) S 11546 11546 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18835863 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11569/statm: 1339 232 193 169 0 50 0
[pid=11570] ppid=11569 vsize=9312 CPUtime=1.22
/proc/11570/stat : 11570 (picosat) R 11569 11546 11480 0 -1 4194304 1878 0 0 0 52 70 0 0 25 0 1 0 18835864 9535488 1864 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 2328 1865 40 102 0 2223 0
Current children cumulated CPU time (s) 13.94
Current children cumulated vsize (KiB) 31536

[startup+15.9014 s]
/proc/loadavg: 0.22 0.05 0.02 2/70 11570
/proc/meminfo: memFree=890360/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=12.72
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1365 15219 0 82 5 2 1240 25 16 0 1 0 18834557 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11546/statm: 4217 1113 409 3 0 796 0
[pid=11569] ppid=11546 vsize=5356 CPUtime=0
/proc/11569/stat : 11569 (sh) S 11546 11546 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18835863 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11569/statm: 1339 232 193 169 0 50 0
[pid=11570] ppid=11569 vsize=11548 CPUtime=2.82
/proc/11570/stat : 11570 (picosat) R 11569 11546 11480 0 -1 4194304 2323 0 0 0 195 87 0 0 25 0 1 0 18835864 11825152 2309 996147200 134512640 134931368 4294956256 18446744073709551615 134529841 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 2887 2309 42 102 0 2782 0
Current children cumulated CPU time (s) 15.54
Current children cumulated vsize (KiB) 33772

[startup+16.7015 s]
/proc/loadavg: 0.22 0.05 0.02 2/70 11570
/proc/meminfo: memFree=890168/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=12.72
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1365 15219 0 82 5 2 1240 25 16 0 1 0 18834557 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11546/statm: 4217 1113 409 3 0 796 0
[pid=11569] ppid=11546 vsize=5356 CPUtime=0
/proc/11569/stat : 11569 (sh) S 11546 11546 11480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 18835863 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11569/statm: 1339 232 193 169 0 50 0
[pid=11570] ppid=11569 vsize=12060 CPUtime=3.62
/proc/11570/stat : 11570 (picosat) R 11569 11546 11480 0 -1 4194304 2331 0 0 0 275 87 0 0 25 0 1 0 18835864 12349440 2317 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/11570/statm: 3015 2317 42 102 0 2910 0
Current children cumulated CPU time (s) 16.34
Current children cumulated vsize (KiB) 34284

[startup+17.1016 s]
/proc/loadavg: 0.22 0.05 0.02 2/70 11570
/proc/meminfo: memFree=890168/2055920 swapFree=4192956/4192956
[pid=11546] ppid=11544 vsize=16868 CPUtime=16.52
/proc/11546/stat : 11546 (sugar) S 11544 11546 11480 0 -1 4194304 1449 17842 0 82 5 2 1532 113 16 0 1 0 18834557 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11546/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 16.52
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 17.1602
CPU time (s): 16.7355
CPU user time (s): 15.5396
CPU system time (s): 1.19582
CPU usage (%): 97.5249
Max. virtual memory (cumulated for all children) (KiB): 887388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.5396
system time used= 1.19582
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23185
page faults= 83
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4301
involuntary context switches= 1882

runsolver used 0.018997 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-11 15:08:02
IDJOB=2056946
IDBENCH=53320
IDSOLVER=738
FILE ID=node26/2056946-1247317682
PBS_JOBID= 9506575
Free space on /tmp= 66372 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/hanoi/normalized-hanoi-6_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2056946-1247317682/watcher-2056946-1247317682 -o /tmp/evaluation-result-2056946-1247317682/solver-2056946-1247317682 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2056946-1247317682.xml

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

MD5SUM BENCH= dd1bdfaf01900d92bf52dbddcbf69711
RANDOM SEED=1971612916

node26.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.281
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.281
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:        927736 kB
Buffers:         58492 kB
Cached:        1000064 kB
SwapCached:          0 kB
Active:         402424 kB
Inactive:       671460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        927736 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1300 kB
Writeback:           0 kB
Mapped:          25040 kB
Slab:            40060 kB
Committed_AS:    98948 kB
PageTables:       1572 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= 66372 MiB
End job on node26 at 2009-07-11 15:08:20