Trace number 1063791

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 7.81081 7.97407

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-elf-rf8.xml
MD5SUM2208aedfcbbfeeb4d777f5a8f393a505
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark7.81081
Satisfiable
(Un)Satisfiability was proved
Number of variables6059
Number of constraints16683
Maximum constraint arity11
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension16683
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 Fri Jul  4 04:31:44 2008
0.00/0.04	c 0	PID 5735
0.00/0.04	c 0	HOST node3.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1063791-1215138704.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-1063791-1215138704.xml' 'HOME/temp.csp'
1.36/1.40	c 1	3 domains, 6059 variables, 9 predicates, 0 relations, 16683 constraints
1.36/1.41	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.36/1.41	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'
1.36/1.49	c 1	Parsing HOME/temp.csp
1.37/1.80	c 2	parsed 10000 expressions
1.37/2.04	c 2	parsed 20000 expressions
1.37/2.18	c 2	parsed 22754 expressions
1.37/2.19	c 2	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.37/2.19	c 2	Converting to clausal form CSP
2.15/2.24	c 2	converted 2276 (10%) expressions
2.15/2.25	c 2	converted 4551 (20%) expressions
2.34/2.42	c 2	converted 6827 (30%) expressions
2.34/2.49	c 2	converted 9102 (40%) expressions
2.44/2.53	c 2	converted 11377 (50%) expressions
2.44/2.58	c 2	converted 13653 (60%) expressions
2.53/2.70	c 3	converted 15928 (70%) expressions
2.63/2.77	c 3	converted 18204 (80%) expressions
2.74/2.83	c 3	converted 20479 (90%) expressions
3.33/3.44	c 3	converted 22754 (100%) expressions
3.33/3.44	c 3	CSP : 12395 integers, 0 booleans, 29301 clauses, largest domain size 74
3.33/3.44	c 3	Heap : 22 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.33/3.44	c 3	Propagation in CSP
3.52/3.61	c 4	331 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.52/3.62	c 4	CSP : 12395 integers, 0 booleans, 29301 clauses, largest domain size 64
3.52/3.62	c 4	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.52/3.63	c 4	Simplifing CSP by introducing new Boolean variables
3.52/3.64	c 4	CSP : 12395 integers, 0 booleans, 29301 clauses, largest domain size 64
3.52/3.64	c 4	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.62/3.75	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.62/3.77	c 4	1240 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.62/3.78	c 4	2479 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.62/3.79	c 4	3719 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.62/3.79	c 4	4958 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
3.62/3.80	c 4	6198 (50%) CSP integer variables are encoded (2833 clauses, 36893 bytes)
3.72/3.83	c 4	7437 (60%) CSP integer variables are encoded (28092 clauses, 413907 bytes)
3.72/3.86	c 4	8677 (70%) CSP integer variables are encoded (54044 clauses, 803187 bytes)
3.72/3.90	c 4	9916 (80%) CSP integer variables are encoded (80251 clauses, 1196292 bytes)
3.81/3.93	c 4	11156 (90%) CSP integer variables are encoded (107908 clauses, 1647590 bytes)
3.81/3.97	c 4	12395 (100%) CSP integer variables are encoded (136227 clauses, 2129013 bytes)
3.92/4.03	c 4	2931 (10%) CSP clauses are encoded (139158 clauses, 2164157 bytes)
3.92/4.05	c 4	5861 (20%) CSP clauses are encoded (142088 clauses, 2202247 bytes)
3.92/4.07	c 4	8791 (30%) CSP clauses are encoded (145018 clauses, 2240337 bytes)
3.92/4.09	c 4	11721 (40%) CSP clauses are encoded (147948 clauses, 2281596 bytes)
4.01/4.12	c 4	14651 (50%) CSP clauses are encoded (150878 clauses, 2334299 bytes)
4.32/4.41	c 4	17581 (60%) CSP clauses are encoded (279676 clauses, 4850626 bytes)
4.70/4.90	c 5	20511 (70%) CSP clauses are encoded (531500 clauses, 9951085 bytes)
5.20/5.39	c 5	23441 (80%) CSP clauses are encoded (789697 clauses, 15196805 bytes)
5.68/5.87	c 6	26371 (90%) CSP clauses are encoded (1035025 clauses, 20466356 bytes)
6.18/6.36	c 6	29301 (100%) CSP clauses are encoded (1284731 clauses, 26180500 bytes)
6.18/6.36	c 6	29301 CSP clauses encoded
6.18/6.37	c 6	Writing map file : HOME/temp.map
6.29/6.42	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.29/6.42	c 6	SAT : 148600 SAT variables, 1284731 SAT clauses, 26180500 bytes
6.29/6.42	c 6	Heap : 17 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
6.29/6.48	c 6	SOLVING HOME/temp.cnf
6.29/6.48	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.29/6.48	c 6	This is MiniSat 2.0 beta
6.29/6.48	c 6	WARNING: for repeatability, setting FPU to use double precision
6.29/6.48	c 6	============================[ Problem Statistics ]=============================
6.29/6.48	c 6	|                                                                             |
6.29/6.48	c 6	|  Number of variables:  148600                                               |
6.29/6.48	c 6	|  Number of clauses:    1284731                                              |
6.93/7.16	c 7	|  Parsing time:         0.57         s                                       |
6.93/7.20	c 7	============================[ Search Statistics ]==============================
6.93/7.20	c 7	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.93/7.20	c 7	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.93/7.20	c 7	===============================================================================
6.93/7.20	c 7	|         0 |  148600  1284731  3514411 |   428243        0    nan |  0.000 % |
7.24/7.47	c 7	===============================================================================
7.24/7.47	c 7	restarts              : 1
7.24/7.47	c 7	conflicts             : 86             (99 /sec)
7.24/7.47	c 7	decisions             : 223            (1.79 % random) (256 /sec)
7.24/7.47	c 7	propagations          : 391380         (448899 /sec)
7.24/7.47	c 7	conflict literals     : 1095           (38.69 % deleted)
7.24/7.47	c 7	Memory used           : 65.14 MB
7.24/7.47	c 7	CPU time              : 0.871867 s
7.24/7.47	c 7	
7.24/7.47	c 7	UNSATISFIABLE
7.24/7.48	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.24/7.48	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'
7.32/7.56	c 7	Decoding HOME/temp.out
7.72/7.93	s UNSATISFIABLE
7.72/7.93	c 8	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
7.72/7.96	c 8	CPU 7.28 (0.04 0 7.24 0.49)
7.72/7.96	c 8	END Fri Jul  4 04:31:52 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-1063791-1215138704/watcher-1063791-1215138704 -o /tmp/evaluation-result-1063791-1215138704/solver-1063791-1215138704 -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-1063791-1215138704.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.17 2.04 2.01 4/81 5735
/proc/meminfo: memFree=1575752/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=12272 CPUtime=0
/proc/5735/stat : 5735 (sugar) R 5733 5735 3975 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 1992845803 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 233632922213 0 0 4224 0 0 0 0 17 1 0 0
/proc/5735/statm: 3068 364 274 3 0 168 0

[startup+0.13768 s]
/proc/loadavg: 2.17 2.04 2.01 4/81 5735
/proc/meminfo: memFree=1575752/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=0.03
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1992845803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201726 s]
/proc/loadavg: 2.17 2.04 2.01 4/81 5735
/proc/meminfo: memFree=1575752/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=0.03
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1992845803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301734 s]
/proc/loadavg: 2.17 2.04 2.01 4/81 5735
/proc/meminfo: memFree=1575752/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=0.03
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1992845803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70177 s]
/proc/loadavg: 2.17 2.04 2.01 4/81 5735
/proc/meminfo: memFree=1575752/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=0.03
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 1992845803 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50279 s]
/proc/loadavg: 2.17 2.04 2.01 3/92 5747
/proc/meminfo: memFree=1542256/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=1.37
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 973 12997 0 1 3 0 126 8 16 0 1 0 1992845803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 13600

[startup+3.10292 s]
/proc/loadavg: 2.17 2.04 2.01 3/92 5757
/proc/meminfo: memFree=1558832/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=1.37
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 974 12997 0 1 3 0 126 8 15 0 1 0 1992845803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 797 370 3 0 500 0
[pid=5748] ppid=5735 vsize=5356 CPUtime=0
/proc/5748/stat : 5748 (sh) S 5735 5735 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992845944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5748/statm: 1339 233 193 169 0 50 0
[pid=5749] ppid=5748 vsize=868432 CPUtime=1.66
/proc/5749/stat : 5749 (java) S 5748 5735 3975 0 -1 0 10963 0 1 0 160 6 0 0 18 0 9 0 1992845944 889274368 9872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5749/statm: 217108 9872 2541 9 0 211683 0
[pid=5749/tid=5750] ppid=5748 vsize=868432 CPUtime=1.04
/proc/5749/task/5750/stat : 5750 (java) R 5748 5735 3975 0 -1 64 2790 0 1 0 102 2 0 0 22 0 9 0 1992845945 889274368 9872 996147200 134512640 134550740 4294955952 18446744073709551615 4126540596 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5751] ppid=5748 vsize=868432 CPUtime=0.39
/proc/5749/task/5751/stat : 5751 (java) S 5748 5735 3975 0 -1 64 5987 0 0 0 36 3 0 0 16 0 9 0 1992845946 889274368 9872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5748 vsize=868432 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5748 5735 3975 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992845946 889274368 9872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5748 vsize=868432 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5748 5735 3975 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992845946 889274368 9872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5748 vsize=868432 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5748 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992845948 889274368 9872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5755] ppid=5748 vsize=868432 CPUtime=0.2
/proc/5749/task/5755/stat : 5755 (java) S 5748 5735 3975 0 -1 64 1489 0 0 0 20 0 0 0 16 0 9 0 1992845948 889274368 9872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5748 vsize=868432 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5748 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992845948 889274368 9872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5748 vsize=868432 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5748 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992845948 889274368 9872 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887388

[startup+6.30119 s]
/proc/loadavg: 2.15 2.04 2.01 3/92 5757
/proc/meminfo: memFree=1522352/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=1.37
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 974 12997 0 1 3 0 126 8 15 0 1 0 1992845803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 797 370 3 0 500 0
[pid=5748] ppid=5735 vsize=5356 CPUtime=0
/proc/5748/stat : 5748 (sh) S 5735 5735 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992845944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5748/statm: 1339 233 193 169 0 50 0
[pid=5749] ppid=5748 vsize=868544 CPUtime=4.81
/proc/5749/stat : 5749 (java) S 5748 5735 3975 0 -1 0 12729 0 1 0 457 24 0 0 18 0 9 0 1992845944 889389056 11058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5749/statm: 217136 11058 2565 9 0 211683 0
[pid=5749/tid=5750] ppid=5748 vsize=868544 CPUtime=3.72
/proc/5749/task/5750/stat : 5750 (java) R 5748 5735 3975 0 -1 64 3290 0 1 0 355 17 0 0 25 0 9 0 1992845945 889389056 11058 996147200 134512640 134550740 4294955952 18446744073709551615 4126662324 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5751] ppid=5748 vsize=868544 CPUtime=0.79
/proc/5749/task/5751/stat : 5751 (java) S 5748 5735 3975 0 -1 64 7213 0 0 0 74 5 0 0 16 0 9 0 1992845946 889389056 11058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5748 5735 3975 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992845946 889389056 11058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5748 5735 3975 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992845946 889389056 11058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5748 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992845948 889389056 11058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5755] ppid=5748 vsize=868544 CPUtime=0.27
/proc/5749/task/5755/stat : 5755 (java) S 5748 5735 3975 0 -1 64 1529 0 0 0 27 0 0 0 16 0 9 0 1992845948 889389056 11058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5748 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992845948 889389056 11058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5748 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992845948 889389056 11058 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 887500

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

[startup+6.40224 s]
/proc/loadavg: 2.15 2.04 2.01 3/92 5757
/proc/meminfo: memFree=1522352/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=1.37
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 974 12997 0 1 3 0 126 8 15 0 1 0 1992845803 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 797 370 3 0 500 0
[pid=5748] ppid=5735 vsize=5356 CPUtime=0
/proc/5748/stat : 5748 (sh) S 5735 5735 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992845944 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5748/statm: 1339 233 193 169 0 50 0
[pid=5749] ppid=5748 vsize=868544 CPUtime=4.92
/proc/5749/stat : 5749 (java) S 5748 5735 3975 0 -1 0 12749 0 1 0 467 25 0 0 18 0 9 0 1992845944 889389056 11067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5749/statm: 217136 11067 2566 9 0 211683 0
[pid=5749/tid=5750] ppid=5748 vsize=868544 CPUtime=3.81
/proc/5749/task/5750/stat : 5750 (java) R 5748 5735 3975 0 -1 64 3305 0 1 0 364 17 0 0 25 0 9 0 1992845945 889389056 11067 996147200 134512640 134550740 4294955952 18446744073709551615 4126579738 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5751] ppid=5748 vsize=868544 CPUtime=0.79
/proc/5749/task/5751/stat : 5751 (java) S 5748 5735 3975 0 -1 64 7213 0 0 0 74 5 0 0 16 0 9 0 1992845946 889389056 11067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5752] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5752/stat : 5752 (java) S 5748 5735 3975 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1992845946 889389056 11067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5753] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5753/stat : 5753 (java) S 5748 5735 3975 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1992845946 889389056 11067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5754] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5754/stat : 5754 (java) S 5748 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992845948 889389056 11067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5755] ppid=5748 vsize=868544 CPUtime=0.28
/proc/5749/task/5755/stat : 5755 (java) S 5748 5735 3975 0 -1 64 1534 0 0 0 28 0 0 0 16 0 9 0 1992845948 889389056 11067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5756] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5756/stat : 5756 (java) S 5748 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1992845948 889389056 11067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5749/tid=5757] ppid=5748 vsize=868544 CPUtime=0
/proc/5749/task/5757/stat : 5757 (java) S 5748 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992845948 889389056 11067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 887500

[startup+7.20126 s]
/proc/loadavg: 2.15 2.04 2.01 3/84 5759
/proc/meminfo: memFree=1528432/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=6.34
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 1033 26050 0 2 4 0 596 34 15 0 1 0 1992845803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 799 370 3 0 500 0
[pid=5758] ppid=5735 vsize=5356 CPUtime=0
/proc/5758/stat : 5758 (sh) S 5735 5735 3975 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1992846451 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5758/statm: 1339 232 193 169 0 50 0
[pid=5759] ppid=5758 vsize=62700 CPUtime=0.69
/proc/5759/stat : 5759 (minisat) R 5758 5735 3975 0 -1 4194304 14866 0 0 0 60 9 0 0 25 0 1 0 1992846451 64204800 14852 996147200 134512640 135127466 4294956272 18446744073709551615 134711606 0 0 4096 3 0 0 0 17 1 0 0
/proc/5759/statm: 15675 14852 73 150 0 15522 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 81656

[startup+7.60129 s]
/proc/loadavg: 2.15 2.04 2.01 3/84 5759
/proc/meminfo: memFree=1528432/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=7.32
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 1090 42144 0 2 4 0 683 45 16 0 1 0 1992845803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 7.32
Current children cumulated vsize (KiB) 13600

[startup+7.80631 s]
/proc/loadavg: 2.15 2.04 2.01 4/92 5769
/proc/meminfo: memFree=1541680/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=7.32
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 1090 42144 0 2 4 0 683 45 16 0 1 0 1992845803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 799 370 3 0 500 0
[pid=5760] ppid=5735 vsize=5356 CPUtime=0
/proc/5760/stat : 5760 (sh) S 5735 5735 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992846551 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5760/statm: 1339 233 193 169 0 50 0
[pid=5761] ppid=5760 vsize=863880 CPUtime=0.3
/proc/5761/stat : 5761 (java) S 5760 5735 3975 0 -1 0 3515 0 1 0 28 2 0 0 18 0 9 0 1992846551 884613120 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5761/statm: 215970 2990 1651 9 0 210552 0
[pid=5761/tid=5762] ppid=5760 vsize=863880 CPUtime=0.25
/proc/5761/task/5762/stat : 5762 (java) R 5760 5735 3975 0 -1 64 2435 0 1 0 24 1 0 0 19 0 9 0 1992846552 884613120 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4125978702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5763] ppid=5760 vsize=863880 CPUtime=0
/proc/5761/task/5763/stat : 5763 (java) S 5760 5735 3975 0 -1 64 126 0 0 0 0 0 0 0 16 0 9 0 1992846553 884613120 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5764] ppid=5760 vsize=863880 CPUtime=0
/proc/5761/task/5764/stat : 5764 (java) S 5760 5735 3975 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1992846554 884613120 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5765] ppid=5760 vsize=863880 CPUtime=0
/proc/5761/task/5765/stat : 5765 (java) S 5760 5735 3975 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992846554 884613120 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5766] ppid=5760 vsize=863880 CPUtime=0
/proc/5761/task/5766/stat : 5766 (java) S 5760 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992846555 884613120 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5767] ppid=5760 vsize=863880 CPUtime=0.03
/proc/5761/task/5767/stat : 5767 (java) R 5760 5735 3975 0 -1 64 262 0 0 0 3 0 0 0 19 0 9 0 1992846556 884613120 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5768] ppid=5760 vsize=863880 CPUtime=0
/proc/5761/task/5768/stat : 5768 (java) S 5760 5735 3975 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992846556 884613120 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5769] ppid=5760 vsize=863880 CPUtime=0
/proc/5761/task/5769/stat : 5769 (java) S 5760 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992846556 884613120 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 882836

[startup+7.90236 s]
/proc/loadavg: 2.15 2.04 2.01 4/92 5769
/proc/meminfo: memFree=1541680/2055920 swapFree=4180472/4192956
[pid=5735] ppid=5733 vsize=13600 CPUtime=7.32
/proc/5735/stat : 5735 (sugar) S 5733 5735 3975 0 -1 4194304 1090 42144 0 2 4 0 683 45 16 0 1 0 1992845803 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 233641652322 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5735/statm: 3400 799 370 3 0 500 0
[pid=5760] ppid=5735 vsize=5356 CPUtime=0
/proc/5760/stat : 5760 (sh) S 5735 5735 3975 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1992846551 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 233632752452 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5760/statm: 1339 233 193 169 0 50 0
[pid=5761] ppid=5760 vsize=864040 CPUtime=0.4
/proc/5761/stat : 5761 (java) S 5760 5735 3975 0 -1 0 3709 0 1 0 38 2 0 0 18 0 9 0 1992846551 884776960 3180 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5761/statm: 216010 3180 1651 9 0 210592 0
[pid=5761/tid=5762] ppid=5760 vsize=864040 CPUtime=0.33
/proc/5761/task/5762/stat : 5762 (java) R 5760 5735 3975 0 -1 64 2439 0 1 0 32 1 0 0 20 0 9 0 1992846552 884776960 3180 996147200 134512640 134550740 4294956000 18446744073709551615 4125977857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5763] ppid=5760 vsize=864040 CPUtime=0
/proc/5761/task/5763/stat : 5763 (java) S 5760 5735 3975 0 -1 64 270 0 0 0 0 0 0 0 16 0 9 0 1992846553 884776960 3180 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5764] ppid=5760 vsize=864040 CPUtime=0
/proc/5761/task/5764/stat : 5764 (java) S 5760 5735 3975 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 1992846554 884776960 3180 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5765] ppid=5760 vsize=864040 CPUtime=0
/proc/5761/task/5765/stat : 5765 (java) S 5760 5735 3975 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1992846554 884776960 3180 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5766] ppid=5760 vsize=864040 CPUtime=0
/proc/5761/task/5766/stat : 5766 (java) S 5760 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1992846555 884776960 3180 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5767] ppid=5760 vsize=864040 CPUtime=0.04
/proc/5761/task/5767/stat : 5767 (java) R 5760 5735 3975 0 -1 64 308 0 0 0 4 0 0 0 18 0 9 0 1992846556 884776960 3180 996147200 134512640 134550740 4294956000 18446744073709551615 101750923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5768] ppid=5760 vsize=864040 CPUtime=0
/proc/5761/task/5768/stat : 5768 (java) S 5760 5735 3975 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1992846556 884776960 3180 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5761/tid=5769] ppid=5760 vsize=864040 CPUtime=0
/proc/5761/task/5769/stat : 5769 (java) S 5760 5735 3975 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1992846556 884776960 3180 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.72
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 7.97407
CPU time (s): 7.81081
CPU user time (s): 7.29089
CPU system time (s): 0.51992
CPU usage (%): 97.9526
Max. virtual memory (cumulated for all children) (KiB): 887892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.29089
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47439
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= 5734
involuntary context switches= 5915

runsolver used 0.013997 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 04:31:44
IDJOB=1063791
IDBENCH=54878
IDSOLVER=346
FILE ID=node3/1063791-1215138704
PBS_JOBID= 7877240
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-elf-rf8.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-1063791-1215138704/watcher-1063791-1215138704 -o /tmp/evaluation-result-1063791-1215138704/solver-1063791-1215138704 -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-1063791-1215138704.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2208aedfcbbfeeb4d777f5a8f393a505
RANDOM SEED=1403248463

node3.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:       1576296 kB
Buffers:         57188 kB
Cached:         292768 kB
SwapCached:       6568 kB
Active:         269504 kB
Inactive:       145216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1576296 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            3904 kB
Writeback:           0 kB
Mapped:          80976 kB
Slab:            49888 kB
Committed_AS:  3420316 kB
PageTables:       1980 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= 66556 MiB
End job on node3 at 2008-07-04 04:31:52