Trace number 1077833

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+minisatSAT 12.2661 12.5437

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-2-5.xml
MD5SUM7a1ec06565a53c96cea02b6ba54c9589
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.045992
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity7
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.02/0.04	c 0	Sugar v1-13 + HOME/minisat
0.02/0.04	c 0	BEGIN Fri Jul  4 20:25:30 2008
0.02/0.04	c 0	PID 27104
0.02/0.04	c 0	HOST node36.alineos.net
0.02/0.04	c 0	CONVERTING HOME/instance-1077833-1215195930.xml TO HOME/temp.csp
0.02/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1077833-1215195930.xml' 'HOME/temp.csp'
0.03/0.22	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.03/0.24	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.24	c 0	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.24/0.31	c 1	Parsing HOME/temp.csp
0.24/0.38	c 1	parsed 181 expressions
0.24/0.38	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.24/0.38	c 1	Converting to clausal form CSP
0.24/0.40	c 1	converted 19 (10%) expressions
0.24/0.40	c 1	converted 37 (20%) expressions
0.24/0.40	c 1	converted 55 (30%) expressions
0.24/0.40	c 1	converted 73 (40%) expressions
0.24/0.40	c 1	converted 91 (50%) expressions
0.24/0.40	c 1	converted 109 (60%) expressions
0.24/0.40	c 1	converted 127 (70%) expressions
0.24/0.41	c 1	converted 145 (80%) expressions
0.24/0.43	c 1	converted 163 (90%) expressions
0.24/0.47	c 1	converted 181 (100%) expressions
0.24/0.47	c 1	CSP : 270 integers, 0 booleans, 420 clauses, largest domain size 2107
0.24/0.47	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.47	c 1	Propagation in CSP
0.24/0.49	c 1	51207 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.24/0.49	c 1	CSP : 270 integers, 0 booleans, 420 clauses, largest domain size 1589
0.24/0.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.24/0.49	c 1	Simplifing CSP by introducing new Boolean variables
0.24/0.49	c 1	CSP : 270 integers, 0 booleans, 420 clauses, largest domain size 1589
0.24/0.49	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.25/0.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.25/0.53	c 1	27 (10%) CSP integer variables are encoded (520 clauses, 5580 bytes)
0.25/0.53	c 1	54 (20%) CSP integer variables are encoded (1003 clauses, 10992 bytes)
0.25/0.53	c 1	81 (30%) CSP integer variables are encoded (1558 clauses, 18207 bytes)
0.25/0.53	c 1	108 (40%) CSP integer variables are encoded (3711 clauses, 46196 bytes)
0.25/0.55	c 1	135 (50%) CSP integer variables are encoded (15503 clauses, 210729 bytes)
0.25/0.56	c 1	162 (60%) CSP integer variables are encoded (28837 clauses, 410739 bytes)
0.25/0.57	c 1	189 (70%) CSP integer variables are encoded (38871 clauses, 561249 bytes)
0.25/0.58	c 1	216 (80%) CSP integer variables are encoded (48212 clauses, 701364 bytes)
0.25/0.60	c 1	243 (90%) CSP integer variables are encoded (63720 clauses, 933984 bytes)
0.25/0.62	c 1	270 (100%) CSP integer variables are encoded (80188 clauses, 1181004 bytes)
0.25/0.63	c 1	42 (10%) CSP clauses are encoded (84312 clauses, 1244838 bytes)
0.25/0.66	c 1	84 (20%) CSP clauses are encoded (97457 clauses, 1462742 bytes)
0.25/0.81	c 1	126 (30%) CSP clauses are encoded (191966 clauses, 3265372 bytes)
0.25/0.91	c 1	168 (40%) CSP clauses are encoded (252411 clauses, 4429184 bytes)
1.21/1.18	c 1	210 (50%) CSP clauses are encoded (418716 clauses, 7673229 bytes)
1.30/1.26	c 1	252 (60%) CSP clauses are encoded (465628 clauses, 8597641 bytes)
2.20/2.16	c 2	294 (70%) CSP clauses are encoded (965937 clauses, 19236972 bytes)
4.79/4.71	c 5	336 (80%) CSP clauses are encoded (2432084 clauses, 50613201 bytes)
6.87/6.90	c 7	378 (90%) CSP clauses are encoded (3677958 clauses, 77104181 bytes)
8.76/8.72	c 9	420 (100%) CSP clauses are encoded (4704004 clauses, 99038333 bytes)
8.76/8.72	c 9	420 CSP clauses encoded
8.76/8.72	c 9	Writing map file : HOME/temp.map
8.76/8.72	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.76/8.72	c 9	SAT : 80445 SAT variables, 4704004 SAT clauses, 99038333 bytes
8.76/8.72	c 9	Heap : 0 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.76/8.74	c 9	SOLVING HOME/temp.cnf
8.76/8.74	c 9	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
8.76/8.74	c 9	This is MiniSat 2.0 beta
8.76/8.74	c 9	WARNING: for repeatability, setting FPU to use double precision
8.76/8.74	c 9	============================[ Problem Statistics ]=============================
8.76/8.74	c 9	|                                                                             |
8.76/8.74	c 9	|  Number of variables:  80445                                                |
8.76/8.74	c 9	|  Number of clauses:    4704004                                              |
10.84/10.83	c 11	|  Parsing time:         1.79         s                                       |
10.94/10.93	c 11	============================[ Search Statistics ]==============================
10.94/10.93	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
10.94/10.93	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
10.94/10.93	c 11	===============================================================================
10.94/10.93	c 11	|         0 |   80445  4704004 13952749 |  1568001        0    nan |  0.000 % |
11.84/11.87	c 12	===============================================================================
11.84/11.88	c 12	restarts              : 1
11.84/11.88	c 12	conflicts             : 27             (10 /sec)
11.84/11.88	c 12	decisions             : 169            (0.59 % random) (60 /sec)
11.84/11.88	c 12	propagations          : 245000         (87171 /sec)
11.84/11.88	c 12	conflict literals     : 155            (15.30 % deleted)
11.84/11.88	c 12	Memory used           : 195.83 MB
11.84/11.88	c 12	CPU time              : 2.81057 s
11.84/11.88	c 12	
11.94/11.91	c 12	SATISFIABLE
11.94/11.94	c 12	DECODING HOME/temp.out WITH HOME/temp.map
11.94/11.94	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'
12.05/12.01	c 12	Decoding HOME/temp.out
12.18/12.11	s SATISFIABLE
12.18/12.11	v 7 17 29 29 29 6 17 8 4 8 9 29 11 29 7 17 7 17 29 17 11 13 23 29 29 6 15 2 12 17 9 4 24 23 9 21 7 29 3 29 26 17 25 29 4 29 23 11 22 2 7 22 29 2 17 7 21 2 5 29 14 2 14 29 2 28 10 29 7 19 12 5 21 29 3 29 25 29 3 19 29 29 17 6 23 5 21 3 11 25 2 12 22 23 29 5 17 29 27 29
12.18/12.11	c 12	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
12.18/12.15	c 12	CPU 11.02 (0.03 0.01 10.99 1.16)
12.18/12.15	c 12	END Fri Jul  4 20:25:42 2008

Verifier Data (download as text)

OK

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-1077833-1215195930/watcher-1077833-1215195930 -o /tmp/evaluation-result-1077833-1215195930/solver-1077833-1215195930 -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-1077833-1215195930.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: 0.96 0.98 0.99 3/64 27104
/proc/meminfo: memFree=1559588/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=12268 CPUtime=0
/proc/27104/stat : 27104 (sugar) R 27102 27104 26332 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 1998565910 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 240907942501 0 0 4224 0 0 0 0 17 0 0 0
/proc/27104/statm: 3067 316 241 3 0 167 0

[startup+0.032186 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 27104
/proc/meminfo: memFree=1559588/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13204 CPUtime=0.02
/proc/27104/stat : 27104 (sugar) R 27102 27104 26332 0 -1 4194304 700 0 0 0 2 0 0 0 18 0 1 0 1998565910 13520896 668 996147200 4194304 4206940 548682068608 18446744073709551615 240907621089 0 0 4224 0 0 0 0 17 0 0 0
/proc/27104/statm: 3301 668 336 3 0 401 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13204

[startup+0.102198 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 27104
/proc/meminfo: memFree=1559588/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=0.03
/proc/27104/stat : 27104 (sugar) S 27102 27104 26332 0 -1 4194304 900 127 0 0 2 1 0 0 17 0 1 0 1998565910 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27104/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302219 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 27104
/proc/meminfo: memFree=1559588/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=0.24
/proc/27104/stat : 27104 (sugar) S 27102 27104 26332 0 -1 4194304 956 4300 0 1 2 1 19 2 17 0 1 0 1998565910 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27104/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13600

[startup+0.702253 s]
/proc/loadavg: 0.96 0.98 0.99 3/64 27104
/proc/meminfo: memFree=1559588/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=0.25
/proc/27104/stat : 27104 (sugar) S 27102 27104 26332 0 -1 4194304 974 4300 0 1 3 1 19 2 16 0 1 0 1998565910 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27104/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50134 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 27126
/proc/meminfo: memFree=1544780/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=0.25
/proc/27104/stat : 27104 (sugar) S 27102 27104 26332 0 -1 4194304 974 4300 0 1 3 1 19 2 16 0 1 0 1998565910 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27104/statm: 3400 797 370 3 0 500 0
[pid=27117] ppid=27104 vsize=5356 CPUtime=0
/proc/27117/stat : 27117 (sh) S 27104 27104 26332 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998565935 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27117/statm: 1339 233 193 169 0 50 0
[pid=27118] ppid=27117 vsize=865184 CPUtime=1.36
/proc/27118/stat : 27118 (java) S 27117 27104 26332 0 -1 0 5399 0 1 0 125 11 0 0 18 0 9 0 1998565936 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27118/statm: 216296 4344 2562 9 0 210843 0
[pid=27118/tid=27119] ppid=27117 vsize=865184 CPUtime=1.12
/proc/27118/task/27119/stat : 27119 (java) R 27117 27104 26332 0 -1 64 3005 0 1 0 105 7 0 0 17 0 9 0 1998565936 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4126609064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27120] ppid=27117 vsize=865184 CPUtime=0.09
/proc/27118/task/27120/stat : 27120 (java) S 27117 27104 26332 0 -1 64 1329 0 0 0 7 2 0 0 16 0 9 0 1998565937 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27121] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27121/stat : 27121 (java) S 27117 27104 26332 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998565938 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27122] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27122/stat : 27122 (java) S 27117 27104 26332 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998565938 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27123] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27123/stat : 27123 (java) S 27117 27104 26332 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998565939 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27124] ppid=27117 vsize=865184 CPUtime=0.11
/proc/27118/task/27124/stat : 27124 (java) S 27117 27104 26332 0 -1 64 373 0 0 0 11 0 0 0 16 0 9 0 1998565939 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27125] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27125/stat : 27125 (java) S 27117 27104 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998565940 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27126] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27126/stat : 27126 (java) R 27117 27104 26332 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998565940 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 884140

[startup+3.10149 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 27126
/proc/meminfo: memFree=1531724/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=0.25
/proc/27104/stat : 27104 (sugar) S 27102 27104 26332 0 -1 4194304 974 4300 0 1 3 1 19 2 16 0 1 0 1998565910 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27104/statm: 3400 797 370 3 0 500 0
[pid=27117] ppid=27104 vsize=5356 CPUtime=0
/proc/27117/stat : 27117 (sh) S 27104 27104 26332 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998565935 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27117/statm: 1339 233 193 169 0 50 0
[pid=27118] ppid=27117 vsize=865184 CPUtime=2.94
/proc/27118/stat : 27118 (java) S 27117 27104 26332 0 -1 0 5923 0 1 0 269 25 0 0 18 0 9 0 1998565936 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27118/statm: 216296 4344 2562 9 0 210843 0
[pid=27118/tid=27119] ppid=27117 vsize=865184 CPUtime=2.61
/proc/27118/task/27119/stat : 27119 (java) R 27117 27104 26332 0 -1 64 3529 0 1 0 242 19 0 0 16 0 9 0 1998565936 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27120] ppid=27117 vsize=865184 CPUtime=0.19
/proc/27118/task/27120/stat : 27120 (java) S 27117 27104 26332 0 -1 64 1329 0 0 0 15 4 0 0 16 0 9 0 1998565937 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27121] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27121/stat : 27121 (java) S 27117 27104 26332 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998565938 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27122] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27122/stat : 27122 (java) S 27117 27104 26332 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998565938 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27123] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27123/stat : 27123 (java) S 27117 27104 26332 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998565939 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27124] ppid=27117 vsize=865184 CPUtime=0.11
/proc/27118/task/27124/stat : 27124 (java) S 27117 27104 26332 0 -1 64 373 0 0 0 11 0 0 0 16 0 9 0 1998565939 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27125] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27125/stat : 27125 (java) S 27117 27104 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998565940 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27126] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27126/stat : 27126 (java) S 27117 27104 26332 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998565940 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 884140

[startup+6.30281 s]
/proc/loadavg: 0.96 0.98 0.99 2/75 27126
/proc/meminfo: memFree=1490892/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=0.25
/proc/27104/stat : 27104 (sugar) S 27102 27104 26332 0 -1 4194304 974 4300 0 1 3 1 19 2 16 0 1 0 1998565910 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27104/statm: 3400 797 370 3 0 500 0
[pid=27117] ppid=27104 vsize=5356 CPUtime=0
/proc/27117/stat : 27117 (sh) S 27104 27104 26332 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998565935 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27117/statm: 1339 233 193 169 0 50 0
[pid=27118] ppid=27117 vsize=865184 CPUtime=6.11
/proc/27118/stat : 27118 (java) S 27117 27104 26332 0 -1 0 6973 0 1 0 557 54 0 0 18 0 9 0 1998565936 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27118/statm: 216296 4344 2562 9 0 210843 0
[pid=27118/tid=27119] ppid=27117 vsize=865184 CPUtime=5.61
/proc/27118/task/27119/stat : 27119 (java) R 27117 27104 26332 0 -1 64 4579 0 1 0 517 44 0 0 16 0 9 0 1998565936 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27120] ppid=27117 vsize=865184 CPUtime=0.38
/proc/27118/task/27120/stat : 27120 (java) S 27117 27104 26332 0 -1 64 1329 0 0 0 29 9 0 0 16 0 9 0 1998565937 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27121] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27121/stat : 27121 (java) S 27117 27104 26332 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1998565938 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27122] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27122/stat : 27122 (java) S 27117 27104 26332 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1998565938 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27123] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27123/stat : 27123 (java) S 27117 27104 26332 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 1998565939 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27124] ppid=27117 vsize=865184 CPUtime=0.11
/proc/27118/task/27124/stat : 27124 (java) S 27117 27104 26332 0 -1 64 373 0 0 0 11 0 0 0 16 0 9 0 1998565939 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27118/tid=27125] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27125/stat : 27125 (java) S 27117 27104 26332 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 1998565940 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27118/tid=27126] ppid=27117 vsize=865184 CPUtime=0
/proc/27118/task/27126/stat : 27126 (java) S 27117 27104 26332 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1998565940 885948416 4344 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 884140

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

[startup+9.50214 s]
/proc/loadavg: 1.04 1.00 1.00 2/75 27126
/proc/meminfo: memFree=1451084/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=8.8
/proc/27104/stat : 27104 (sugar) S 27102 27104 26332 0 -1 4194304 1032 12372 0 2 3 1 798 78 16 0 1 0 1998565910 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27104/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 8.8
Current children cumulated vsize (KiB) 13600

[startup+11.1013 s]
/proc/loadavg: 1.04 1.00 1.00 2/67 27128
/proc/meminfo: memFree=1277004/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=8.8
/proc/27104/stat : 27104 (sugar) S 27102 27104 26332 0 -1 4194304 1032 12372 0 2 3 1 798 78 16 0 1 0 1998565910 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27104/statm: 3400 798 370 3 0 500 0
[pid=27127] ppid=27104 vsize=5356 CPUtime=0
/proc/27127/stat : 27127 (sh) S 27104 27104 26332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998566785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27127/statm: 1339 232 193 169 0 50 0
[pid=27128] ppid=27127 vsize=189676 CPUtime=2.34
/proc/27128/stat : 27128 (minisat) R 27127 27104 26332 0 -1 4194304 46530 0 0 0 204 30 0 0 25 0 1 0 1998566785 194228224 46516 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/27128/statm: 47419 46516 72 150 0 47266 0
Current children cumulated CPU time (s) 11.14
Current children cumulated vsize (KiB) 208632

[startup+11.9014 s]
/proc/loadavg: 1.04 1.00 1.00 2/67 27128
/proc/meminfo: memFree=1277004/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=8.8
/proc/27104/stat : 27104 (sugar) S 27102 27104 26332 0 -1 4194304 1032 12372 0 2 3 1 798 78 16 0 1 0 1998565910 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27104/statm: 3400 798 370 3 0 500 0
[pid=27127] ppid=27104 vsize=5356 CPUtime=0
/proc/27127/stat : 27127 (sh) S 27104 27104 26332 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998566785 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27127/statm: 1339 232 193 169 0 50 0
[pid=27128] ppid=27127 vsize=200540 CPUtime=3.14
/proc/27128/stat : 27128 (minisat) R 27127 27104 26332 0 -1 4194304 49244 0 0 0 282 32 0 0 25 0 1 0 1998566785 205352960 49229 996147200 134512640 135127466 4294956256 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/27128/statm: 50135 49229 80 150 0 49982 0
Current children cumulated CPU time (s) 11.94
Current children cumulated vsize (KiB) 219496

[startup+12.3014 s]
/proc/loadavg: 1.04 1.00 1.00 2/75 27138
/proc/meminfo: memFree=1454732/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=12.24
/proc/27104/stat : 27104 (sugar) D 27102 27104 26332 0 -1 4194304 1116 65642 0 3 3 6 1099 116 16 0 1 0 1998565910 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/27104/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 13600

[startup+12.5014 s]
/proc/loadavg: 1.04 1.00 1.00 2/75 27138
/proc/meminfo: memFree=1454732/2055920 swapFree=4179028/4192956
[pid=27104] ppid=27102 vsize=13600 CPUtime=12.24
/proc/27104/stat : 27104 (sugar) D 27102 27104 26332 0 -1 4194304 1116 65642 0 3 3 6 1099 116 15 0 1 0 1998565910 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240907949097 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/27104/statm: 3400 799 371 3 0 500 0
Current children cumulated CPU time (s) 12.24
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 12.5437
CPU time (s): 12.2661
CPU user time (s): 11.0243
CPU system time (s): 1.24181
CPU usage (%): 97.787
Max. virtual memory (cumulated for all children) (KiB): 884140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.0243
system time used= 1.24181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66788
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= 11454
involuntary context switches= 7530

runsolver used 0.024996 second user time and 0.039993 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-04 20:25:30
IDJOB=1077833
IDBENCH=56715
IDSOLVER=346
FILE ID=node36/1077833-1215195930
PBS_JOBID= 7881623
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-2-5.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-1077833-1215195930/watcher-1077833-1215195930 -o /tmp/evaluation-result-1077833-1215195930/solver-1077833-1215195930 -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-1077833-1215195930.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7a1ec06565a53c96cea02b6ba54c9589
RANDOM SEED=688525572

node36.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.240
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.240
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:       1560068 kB
Buffers:         89696 kB
Cached:         328052 kB
SwapCached:       7932 kB
Active:         241316 kB
Inactive:       186084 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560068 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            1296 kB
Writeback:           0 kB
Mapped:          15352 kB
Slab:            54520 kB
Committed_AS:  3232792 kB
PageTables:       1360 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= 66552 MiB
End job on node36 at 2008-07-04 20:25:43