Trace number 1083961

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 11.4673 11.6423

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen8.xml
MD5SUMd7cebb3d1eb044a9483fdd1ea1c74095
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 benchmark0.547915
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints5744
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5744
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 05:45:50 2008
0.00/0.04	c 0	PID 18689
0.00/0.05	c 0	HOST node31.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1083961-1215229550.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083961-1215229550.xml' 'HOME/temp.csp'
0.03/0.94	c 1	7 domains, 916 variables, 2 predicates, 0 relations, 5744 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	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.07	c 1	Parsing HOME/temp.csp
1.22/1.33	c 2	parsed 6669 expressions
1.22/1.34	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.22/1.34	c 2	Converting to clausal form CSP
1.22/1.38	c 2	converted 667 (10%) expressions
1.72/1.88	c 2	converted 1334 (20%) expressions
2.41/2.52	c 3	converted 2001 (30%) expressions
3.10/3.24	c 3	converted 2668 (40%) expressions
3.80/3.93	c 4	converted 3335 (50%) expressions
4.59/4.71	c 5	converted 4002 (60%) expressions
5.19/5.39	c 6	converted 4669 (70%) expressions
5.89/6.05	c 6	converted 5336 (80%) expressions
6.58/6.72	c 7	converted 6003 (90%) expressions
7.28/7.47	c 8	converted 6669 (100%) expressions
7.28/7.47	c 8	CSP : 916 integers, 0 booleans, 6660 clauses, largest domain size 44
7.28/7.47	c 8	Heap : 10 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.28/7.47	c 8	Propagation in CSP
8.47/8.61	c 9	676 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.47/8.61	c 9	CSP : 916 integers, 0 booleans, 6660 clauses, largest domain size 44
8.47/8.61	c 9	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.47/8.62	c 9	Simplifing CSP by introducing new Boolean variables
8.58/8.79	c 9	CSP : 916 integers, 11448 booleans, 18108 clauses, largest domain size 44
8.58/8.79	c 9	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.77/8.90	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.77/8.96	c 9	92 (10%) CSP integer variables are encoded (3160 clauses, 38989 bytes)
8.77/8.99	c 9	184 (20%) CSP integer variables are encoded (6708 clauses, 85113 bytes)
8.86/9.02	c 9	275 (30%) CSP integer variables are encoded (10201 clauses, 131453 bytes)
8.86/9.05	c 9	367 (40%) CSP integer variables are encoded (13682 clauses, 183668 bytes)
8.86/9.08	c 9	458 (50%) CSP integer variables are encoded (16920 clauses, 232238 bytes)
8.96/9.11	c 9	550 (60%) CSP integer variables are encoded (20382 clauses, 284168 bytes)
8.96/9.14	c 9	642 (70%) CSP integer variables are encoded (23670 clauses, 333488 bytes)
8.96/9.17	c 9	733 (80%) CSP integer variables are encoded (27098 clauses, 384908 bytes)
8.96/9.20	c 9	825 (90%) CSP integer variables are encoded (30340 clauses, 433538 bytes)
9.06/9.22	c 9	916 (100%) CSP integer variables are encoded (33692 clauses, 483818 bytes)
9.26/9.42	c 10	1811 (10%) CSP clauses are encoded (64193 clauses, 1058965 bytes)
9.47/9.62	c 10	3622 (20%) CSP clauses are encoded (101091 clauses, 1783401 bytes)
9.66/9.81	c 10	5433 (30%) CSP clauses are encoded (135112 clauses, 2459133 bytes)
9.76/9.99	c 10	7244 (40%) CSP clauses are encoded (168226 clauses, 3117778 bytes)
9.96/10.19	c 10	9054 (50%) CSP clauses are encoded (204707 clauses, 3852857 bytes)
10.15/10.38	c 11	10865 (60%) CSP clauses are encoded (240563 clauses, 4608668 bytes)
10.36/10.55	c 11	12676 (70%) CSP clauses are encoded (273500 clauses, 5300144 bytes)
10.55/10.74	c 11	14487 (80%) CSP clauses are encoded (309612 clauses, 6047251 bytes)
10.76/10.94	c 11	16298 (90%) CSP clauses are encoded (344337 clauses, 6767694 bytes)
10.95/11.13	c 11	18108 (100%) CSP clauses are encoded (381522 clauses, 7523979 bytes)
10.95/11.13	c 11	18108 CSP clauses encoded
10.95/11.13	c 11	Writing map file : HOME/temp.map
10.95/11.16	c 11	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.95/11.16	c 11	SAT : 46056 SAT variables, 381522 SAT clauses, 7523979 bytes
10.95/11.16	c 11	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
10.95/11.17	c 11	SOLVING HOME/temp.cnf
10.95/11.17	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
10.95/11.18	c 11	This is MiniSat 2.0 beta
10.95/11.18	c 11	WARNING: for repeatability, setting FPU to use double precision
10.95/11.18	c 11	============================[ Problem Statistics ]=============================
10.95/11.18	c 11	|                                                                             |
10.95/11.18	c 11	|  Number of variables:  46056                                                |
10.95/11.18	c 11	|  Number of clauses:    381522                                               |
11.03/11.31	c 12	|  Parsing time:         0.12         s                                       |
11.03/11.31	c 12	Solved by unit propagation
11.03/11.31	c 12	UNSATISFIABLE
11.03/11.31	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.03/11.31	c 12	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
11.03/11.39	c 12	Decoding HOME/temp.out
11.17/11.57	s UNSATISFIABLE
11.17/11.58	c 12	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
11.17/11.64	c 12	CPU 11.16 (0.03 0.01 11.13 0.27)
11.17/11.64	c 12	END Sat Jul  5 05:46:02 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-1083961-1215229550/watcher-1083961-1215229550 -o /tmp/evaluation-result-1083961-1215229550/solver-1083961-1215229550 -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-1083961-1215229550.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.14 2.06 4/80 18689
/proc/meminfo: memFree=1590568/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=12272 CPUtime=0
/proc/18689/stat : 18689 (sugar) R 18687 18689 14877 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 2001929048 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 225621097470 0 0 4224 0 0 0 0 17 1 0 0
/proc/18689/statm: 3068 364 274 3 0 168 0

[startup+0.0531281 s]
/proc/loadavg: 2.05 2.14 2.06 4/80 18689
/proc/meminfo: memFree=1590568/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.03
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2001929048 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101133 s]
/proc/loadavg: 2.05 2.14 2.06 4/80 18689
/proc/meminfo: memFree=1590568/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.03
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2001929048 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301144 s]
/proc/loadavg: 2.05 2.14 2.06 4/80 18689
/proc/meminfo: memFree=1590568/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.03
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2001929048 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701187 s]
/proc/loadavg: 2.05 2.14 2.06 4/80 18689
/proc/meminfo: memFree=1590568/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.03
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 2001929048 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50125 s]
/proc/loadavg: 2.05 2.14 2.06 3/83 18703
/proc/meminfo: memFree=1587208/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.92
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 973 7699 0 1 3 0 85 4 15 0 1 0 2001929048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 797 370 3 0 500 0
[pid=18702] ppid=18689 vsize=5356 CPUtime=0
/proc/18702/stat : 18702 (sh) S 18689 18689 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001929147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18702/statm: 1339 233 193 169 0 50 0
[pid=18703] ppid=18702 vsize=864276 CPUtime=0.49
/proc/18703/stat : 18703 (java) S 18702 18689 14877 0 -1 0 4311 0 1 0 46 3 0 0 18 0 9 0 2001929147 885018624 3752 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18703/statm: 216069 3752 1732 9 0 210644 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 883232

[startup+3.10239 s]
/proc/loadavg: 2.05 2.14 2.06 3/91 18711
/proc/meminfo: memFree=1574024/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.92
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 973 7699 0 1 3 0 85 4 15 0 1 0 2001929048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 797 370 3 0 500 0
[pid=18702] ppid=18689 vsize=5356 CPUtime=0
/proc/18702/stat : 18702 (sh) S 18689 18689 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001929147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18702/statm: 1339 233 193 169 0 50 0
[pid=18703] ppid=18702 vsize=868392 CPUtime=2.08
/proc/18703/stat : 18703 (java) S 18702 18689 14877 0 -1 0 7395 0 1 0 204 4 0 0 18 0 9 0 2001929147 889233408 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18703/statm: 217098 6532 2540 9 0 211673 0
[pid=18703/tid=18704] ppid=18702 vsize=868392 CPUtime=1.72
/proc/18703/task/18704/stat : 18704 (java) R 18702 18689 14877 0 -1 64 2766 0 1 0 170 2 0 0 25 0 9 0 2001929148 889233408 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4126463846 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18705] ppid=18702 vsize=868392 CPUtime=0.15
/proc/18703/task/18705/stat : 18705 (java) S 18702 18689 14877 0 -1 64 2487 0 0 0 14 1 0 0 16 0 9 0 2001929149 889233408 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18706] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18706/stat : 18706 (java) S 18702 18689 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001929150 889233408 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18707] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18707/stat : 18707 (java) S 18702 18689 14877 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001929150 889233408 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18708] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18708/stat : 18708 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001929152 889233408 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18709] ppid=18702 vsize=868392 CPUtime=0.18
/proc/18703/task/18709/stat : 18709 (java) S 18702 18689 14877 0 -1 64 1450 0 0 0 18 0 0 0 16 0 9 0 2001929152 889233408 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18710] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18710/stat : 18710 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001929152 889233408 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18711] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18711/stat : 18711 (java) S 18702 18689 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001929152 889233408 6532 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887348

[startup+6.30166 s]
/proc/loadavg: 2.05 2.13 2.05 3/91 18711
/proc/meminfo: memFree=1568648/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.92
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 973 7699 0 1 3 0 85 4 15 0 1 0 2001929048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 797 370 3 0 500 0
[pid=18702] ppid=18689 vsize=5356 CPUtime=0
/proc/18702/stat : 18702 (sh) S 18689 18689 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001929147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18702/statm: 1339 233 193 169 0 50 0
[pid=18703] ppid=18702 vsize=868392 CPUtime=5.27
/proc/18703/stat : 18703 (java) S 18702 18689 14877 0 -1 0 8541 0 1 0 520 7 0 0 18 0 9 0 2001929147 889233408 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18703/statm: 217098 7438 2540 9 0 211673 0
[pid=18703/tid=18704] ppid=18702 vsize=868392 CPUtime=4.72
/proc/18703/task/18704/stat : 18704 (java) R 18702 18689 14877 0 -1 64 3006 0 1 0 469 3 0 0 25 0 9 0 2001929148 889233408 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4126580327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18705] ppid=18702 vsize=868392 CPUtime=0.33
/proc/18703/task/18705/stat : 18705 (java) S 18702 18689 14877 0 -1 64 3393 0 0 0 31 2 0 0 16 0 9 0 2001929149 889233408 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18706] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18706/stat : 18706 (java) S 18702 18689 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001929150 889233408 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18707] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18707/stat : 18707 (java) S 18702 18689 14877 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001929150 889233408 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18708] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18708/stat : 18708 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001929152 889233408 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18709] ppid=18702 vsize=868392 CPUtime=0.18
/proc/18703/task/18709/stat : 18709 (java) S 18702 18689 14877 0 -1 64 1450 0 0 0 18 0 0 0 15 0 9 0 2001929152 889233408 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18710] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18710/stat : 18710 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001929152 889233408 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18711] ppid=18702 vsize=868392 CPUtime=0
/proc/18703/task/18711/stat : 18711 (java) S 18702 18689 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001929152 889233408 7438 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887348

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

[startup+9.50294 s]
/proc/loadavg: 2.05 2.13 2.05 4/91 18711
/proc/meminfo: memFree=1564488/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.92
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 974 7699 0 1 3 0 85 4 15 0 1 0 2001929048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 797 370 3 0 500 0
[pid=18702] ppid=18689 vsize=5356 CPUtime=0
/proc/18702/stat : 18702 (sh) S 18689 18689 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001929147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18702/statm: 1339 233 193 169 0 50 0
[pid=18703] ppid=18702 vsize=868504 CPUtime=8.44
/proc/18703/stat : 18703 (java) S 18702 18689 14877 0 -1 0 10253 0 1 0 833 11 0 0 18 0 9 0 2001929147 889348096 8821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18703/statm: 217126 8821 2566 9 0 211673 0
[pid=18703/tid=18704] ppid=18702 vsize=868504 CPUtime=7.42
/proc/18703/task/18704/stat : 18704 (java) R 18702 18689 14877 0 -1 64 3495 0 1 0 737 5 0 0 25 0 9 0 2001929148 889348096 8821 996147200 134512640 134550740 4294955952 18446744073709551615 4126997996 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18705] ppid=18702 vsize=868504 CPUtime=0.71
/proc/18703/task/18705/stat : 18705 (java) S 18702 18689 14877 0 -1 64 4569 0 0 0 67 4 0 0 16 0 9 0 2001929149 889348096 8821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18706] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18706/stat : 18706 (java) S 18702 18689 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001929150 889348096 8821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18707] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18707/stat : 18707 (java) S 18702 18689 14877 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001929150 889348096 8821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18708] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18708/stat : 18708 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001929152 889348096 8821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18709] ppid=18702 vsize=868504 CPUtime=0.28
/proc/18703/task/18709/stat : 18709 (java) S 18702 18689 14877 0 -1 64 1497 0 0 0 27 1 0 0 16 0 9 0 2001929152 889348096 8821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18710] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18710/stat : 18710 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001929152 889348096 8821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18711] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18711/stat : 18711 (java) S 18702 18689 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001929152 889348096 8821 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.36
Current children cumulated vsize (KiB) 887460

[startup+10.303 s]
/proc/loadavg: 2.04 2.13 2.05 3/91 18711
/proc/meminfo: memFree=1560200/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.92
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 974 7699 0 1 3 0 85 4 15 0 1 0 2001929048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 797 370 3 0 500 0
[pid=18702] ppid=18689 vsize=5356 CPUtime=0
/proc/18702/stat : 18702 (sh) S 18689 18689 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001929147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18702/statm: 1339 233 193 169 0 50 0
[pid=18703] ppid=18702 vsize=868504 CPUtime=9.23
/proc/18703/stat : 18703 (java) S 18702 18689 14877 0 -1 0 10335 0 1 0 909 14 0 0 18 0 9 0 2001929147 889348096 8824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18703/statm: 217126 8824 2566 9 0 211673 0
[pid=18703/tid=18704] ppid=18702 vsize=868504 CPUtime=8.18
/proc/18703/task/18704/stat : 18704 (java) R 18702 18689 14877 0 -1 64 3576 0 1 0 811 7 0 0 25 0 9 0 2001929148 889348096 8824 996147200 134512640 134550740 4294955952 18446744073709551615 4126926800 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18705] ppid=18702 vsize=868504 CPUtime=0.75
/proc/18703/task/18705/stat : 18705 (java) S 18702 18689 14877 0 -1 64 4569 0 0 0 70 5 0 0 16 0 9 0 2001929149 889348096 8824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18706] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18706/stat : 18706 (java) S 18702 18689 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001929150 889348096 8824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18707] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18707/stat : 18707 (java) S 18702 18689 14877 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001929150 889348096 8824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18708] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18708/stat : 18708 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001929152 889348096 8824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18709] ppid=18702 vsize=868504 CPUtime=0.28
/proc/18703/task/18709/stat : 18709 (java) S 18702 18689 14877 0 -1 64 1498 0 0 0 27 1 0 0 16 0 9 0 2001929152 889348096 8824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18710] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18710/stat : 18710 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001929152 889348096 8824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18711] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18711/stat : 18711 (java) S 18702 18689 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001929152 889348096 8824 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 887460

[startup+11.1021 s]
/proc/loadavg: 2.04 2.13 2.05 3/91 18711
/proc/meminfo: memFree=1555912/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=0.92
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 974 7699 0 1 3 0 85 4 15 0 1 0 2001929048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 797 370 3 0 500 0
[pid=18702] ppid=18689 vsize=5356 CPUtime=0
/proc/18702/stat : 18702 (sh) S 18689 18689 14877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2001929147 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18702/statm: 1339 233 193 169 0 50 0
[pid=18703] ppid=18702 vsize=868504 CPUtime=10.03
/proc/18703/stat : 18703 (java) S 18702 18689 14877 0 -1 0 10420 0 1 0 986 17 0 0 18 0 9 0 2001929147 889348096 8829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18703/statm: 217126 8829 2566 9 0 211673 0
[pid=18703/tid=18704] ppid=18702 vsize=868504 CPUtime=8.95
/proc/18703/task/18704/stat : 18704 (java) R 18702 18689 14877 0 -1 64 3656 0 1 0 885 10 0 0 25 0 9 0 2001929148 889348096 8829 996147200 134512640 134550740 4294955952 18446744073709551615 4126933699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18705] ppid=18702 vsize=868504 CPUtime=0.77
/proc/18703/task/18705/stat : 18705 (java) S 18702 18689 14877 0 -1 64 4569 0 0 0 72 5 0 0 16 0 9 0 2001929149 889348096 8829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18706] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18706/stat : 18706 (java) S 18702 18689 14877 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2001929150 889348096 8829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18707] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18707/stat : 18707 (java) S 18702 18689 14877 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2001929150 889348096 8829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18708] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18708/stat : 18708 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2001929152 889348096 8829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18709] ppid=18702 vsize=868504 CPUtime=0.29
/proc/18703/task/18709/stat : 18709 (java) S 18702 18689 14877 0 -1 64 1503 0 0 0 28 1 0 0 16 0 9 0 2001929152 889348096 8829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18710] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18710/stat : 18710 (java) S 18702 18689 14877 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2001929152 889348096 8829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18703/tid=18711] ppid=18702 vsize=868504 CPUtime=0
/proc/18703/task/18711/stat : 18711 (java) S 18702 18689 14877 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2001929152 889348096 8829 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.95
Current children cumulated vsize (KiB) 887460

[startup+11.5011 s]
/proc/loadavg: 2.04 2.13 2.05 3/91 18711
/proc/meminfo: memFree=1555912/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=11.17
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 1090 21445 0 2 3 1 1089 24 16 0 1 0 2001929048 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 13600

[startup+11.6011 s]
/proc/loadavg: 2.04 2.13 2.05 3/91 18711
/proc/meminfo: memFree=1555912/2055920 swapFree=4180080/4192956
[pid=18689] ppid=18687 vsize=13600 CPUtime=11.17
/proc/18689/stat : 18689 (sugar) S 18687 18689 14877 0 -1 4194304 1091 21445 0 2 3 1 1089 24 15 0 1 0 2001929048 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18689/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 11.17
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 11.6423
CPU time (s): 11.4673
CPU user time (s): 11.1743
CPU system time (s): 0.292955
CPU usage (%): 98.4961
Max. virtual memory (cumulated for all children) (KiB): 887460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1743
system time used= 0.292955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27093
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= 8469
involuntary context switches= 8672

runsolver used 0.023996 second user time and 0.045993 second system time

The end

Launcher Data (download as text)

Begin job on node31 at 2008-07-05 05:45:50
IDJOB=1083961
IDBENCH=57517
IDSOLVER=346
FILE ID=node31/1083961-1215229550
PBS_JOBID= 7881780
Free space on /tmp= 66488 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen8.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-1083961-1215229550/watcher-1083961-1215229550 -o /tmp/evaluation-result-1083961-1215229550/solver-1083961-1215229550 -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-1083961-1215229550.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d7cebb3d1eb044a9483fdd1ea1c74095
RANDOM SEED=219908505

node31.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.232
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.232
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:       1591048 kB
Buffers:         43092 kB
Cached:         178020 kB
SwapCached:       6280 kB
Active:         332064 kB
Inactive:        80332 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591048 kB
SwapTotal:     4192956 kB
SwapFree:      4180080 kB
Dirty:            2384 kB
Writeback:           0 kB
Mapped:         207168 kB
Slab:            37068 kB
Committed_AS:  3951108 kB
PageTables:       2336 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node31 at 2008-07-05 05:46:02