Trace number 2084359

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 7.8738 8.4004

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f12.xml
MD5SUM923ef4c26cd9096899ec03d5df91c70b
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.605907
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size32
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

0.05/0.38	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.38	c 0	BEGIN Sun Jul 12 08:09:08 2009
0.05/0.38	c 0	PID 23895
0.05/0.38	c 0	HOST node66.alineos.net
0.05/0.38	c 0	CONVERTING HOME/instance-2084359-1247378948.xml TO HOME/temp.csp
0.05/0.38	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084359-1247378948.xml' 'HOME/temp.csp'
0.08/0.97	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.65/1.02	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.65/1.02	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.65/1.10	c 1	Parsing HOME/temp.csp
0.67/1.21	c 1	parsed 4790 expressions
0.67/1.22	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/1.22	c 1	Converting to clausal form CSP
0.67/1.25	c 1	converted 479 (10%) expressions
0.67/1.66	c 2	converted 958 (20%) expressions
1.73/2.13	c 2	converted 1437 (30%) expressions
2.12/2.56	c 2	converted 1916 (40%) expressions
2.52/2.95	c 3	converted 2395 (50%) expressions
3.01/3.41	c 3	converted 2874 (60%) expressions
3.30/3.78	c 4	converted 3353 (70%) expressions
3.91/4.36	c 4	converted 3832 (80%) expressions
4.29/4.75	c 5	converted 4311 (90%) expressions
4.69/5.16	c 5	converted 4790 (100%) expressions
4.69/5.16	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 32
4.69/5.16	c 5	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.69/5.16	c 5	Propagation in CSP
5.18/5.68	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.18/5.68	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 32
5.18/5.68	c 6	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.18/5.69	c 6	Simplifing CSP by introducing new Boolean variables
5.58/6.06	c 6	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 32
5.58/6.06	c 6	Heap : 35 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.97/6.41	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.97/6.46	c 6	68 (10%) CSP integer variables are encoded (1990 clauses, 23795 bytes)
5.97/6.48	c 6	136 (20%) CSP integer variables are encoded (3890 clauses, 48495 bytes)
5.97/6.49	c 6	204 (30%) CSP integer variables are encoded (5878 clauses, 74339 bytes)
6.08/6.51	c 6	272 (40%) CSP integer variables are encoded (7658 clauses, 97479 bytes)
6.08/6.52	c 6	340 (50%) CSP integer variables are encoded (9438 clauses, 120619 bytes)
6.08/6.54	c 6	408 (60%) CSP integer variables are encoded (11318 clauses, 148392 bytes)
6.08/6.55	c 6	476 (70%) CSP integer variables are encoded (13078 clauses, 174792 bytes)
6.08/6.57	c 6	544 (80%) CSP integer variables are encoded (14898 clauses, 202092 bytes)
6.08/6.58	c 6	612 (90%) CSP integer variables are encoded (16688 clauses, 228942 bytes)
6.08/6.59	c 6	680 (100%) CSP integer variables are encoded (18508 clauses, 256242 bytes)
6.27/6.74	c 7	1299 (10%) CSP clauses are encoded (42183 clauses, 704284 bytes)
6.37/6.88	c 7	2598 (20%) CSP clauses are encoded (67435 clauses, 1204694 bytes)
6.47/6.99	c 7	3897 (30%) CSP clauses are encoded (90612 clauses, 1660986 bytes)
6.66/7.11	c 7	5196 (40%) CSP clauses are encoded (114395 clauses, 2133202 bytes)
6.76/7.21	c 7	6495 (50%) CSP clauses are encoded (136831 clauses, 2574864 bytes)
6.86/7.31	c 7	7794 (60%) CSP clauses are encoded (159148 clauses, 3013790 bytes)
6.97/7.41	c 7	9093 (70%) CSP clauses are encoded (180779 clauses, 3439348 bytes)
7.07/7.51	c 7	10392 (80%) CSP clauses are encoded (202604 clauses, 3891190 bytes)
7.17/7.61	c 8	11691 (90%) CSP clauses are encoded (224284 clauses, 4342370 bytes)
7.26/7.71	c 8	12989 (100%) CSP clauses are encoded (245703 clauses, 4784763 bytes)
7.26/7.71	c 8	12989 CSP clauses encoded
7.26/7.71	c 8	Writing map file : HOME/temp.map
7.26/7.73	c 8	Heap : 34 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.26/7.73	c 8	SAT : 27394 SAT variables, 245703 SAT clauses, 4784763 bytes
7.26/7.73	c 8	Heap : 34 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.26/7.78	c 8	SOLVING HOME/temp.cnf
7.26/7.78	c 8	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.26/7.79	c 8	This is MiniSat 2.0 beta
7.26/7.79	c 8	WARNING: for repeatability, setting FPU to use double precision
7.26/7.79	c 8	============================[ Problem Statistics ]=============================
7.26/7.79	c 8	|                                                                             |
7.26/7.79	c 8	|  Number of variables:  27394                                                |
7.26/7.79	c 8	|  Number of clauses:    245703                                               |
7.30/7.93	c 8	|  Parsing time:         0.12         s                                       |
7.30/7.94	c 8	============================[ Search Statistics ]==============================
7.30/7.94	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.30/7.94	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.30/7.94	c 8	===============================================================================
7.30/7.94	c 8	|         0 |   27394   245703   688222 |    81901        0    nan |  0.000 % |
7.30/7.96	c 8	|       101 |   27368   245703   688222 |    90091       94      4 |  0.288 % |
7.30/7.96	c 8	===============================================================================
7.30/7.96	c 8	restarts              : 2
7.30/7.96	c 8	conflicts             : 126            (869 /sec)
7.30/7.96	c 8	decisions             : 531            (1.88 % random) (3663 /sec)
7.30/7.96	c 8	propagations          : 23092          (159280 /sec)
7.30/7.96	c 8	conflict literals     : 487            (20.81 % deleted)
7.30/7.96	c 8	Memory used           : 13.35 MB
7.30/7.96	c 8	CPU time              : 0.144977 s
7.30/7.96	c 8	
7.30/7.96	c 8	UNSATISFIABLE
7.30/7.96	c 8	DECODING HOME/temp.out WITH HOME/temp.map
7.30/7.96	c 8	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
7.48/8.05	c 8	Decoding HOME/temp.out
7.48/8.33	s UNSATISFIABLE
7.48/8.34	c 8	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.48/8.40	c 8	CPU 7.85 (0.06 0.03 7.45 0.31)
7.48/8.40	c 8	END Sun Jul 12 08:09:16 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.23 2.12 2.05 4/82 23895
/proc/meminfo: memFree=1524288/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=18576 CPUtime=0
/proc/23895/stat : 23895 (runsolver) R 23893 23895 23657 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24957615 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227607637287 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23895/statm: 4644 284 249 26 0 2626 0

[startup+0.0927509 s]
/proc/loadavg: 2.23 2.12 2.05 4/82 23895
/proc/meminfo: memFree=1524288/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=12272 CPUtime=0
/proc/23895/stat : 23895 (sugar) D 23893 23895 23657 0 -1 4194304 362 0 0 0 0 0 0 0 18 0 1 0 24957615 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/23895/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101751 s]
/proc/loadavg: 2.23 2.12 2.05 4/82 23895
/proc/meminfo: memFree=1524288/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=12272 CPUtime=0
/proc/23895/stat : 23895 (sugar) D 23893 23895 23657 0 -1 4194304 396 0 0 0 0 0 0 0 18 0 1 0 24957615 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 227616537598 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23895/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301776 s]
/proc/loadavg: 2.23 2.12 2.05 4/82 23895
/proc/meminfo: memFree=1524288/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=13600 CPUtime=0.05
/proc/23895/stat : 23895 (sugar) D 23893 23895 23657 0 -1 4194304 787 0 0 0 3 2 0 0 18 0 1 0 24957615 13926400 755 996147200 4194304 4206940 548682068608 18446744073709551615 227607804517 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/23895/statm: 3400 755 341 3 0 500 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13600

[startup+0.701829 s]
/proc/loadavg: 2.23 2.12 2.05 4/82 23895
/proc/meminfo: memFree=1524288/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=16868 CPUtime=0.08
/proc/23895/stat : 23895 (sugar) S 23893 23895 23657 0 -1 4194304 1227 128 0 0 5 3 0 0 19 0 1 0 24957615 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23895/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 16868

[startup+1.50192 s]
/proc/loadavg: 2.23 2.12 2.05 2/93 23907
/proc/meminfo: memFree=1506664/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=16868 CPUtime=0.67
/proc/23895/stat : 23895 (sugar) S 23893 23895 23657 0 -1 4194304 1309 7166 0 1 5 3 55 4 16 0 1 0 24957615 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23895/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 16868

[startup+3.10211 s]
/proc/loadavg: 2.23 2.12 2.05 3/93 23917
/proc/meminfo: memFree=1502184/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=16868 CPUtime=0.67
/proc/23895/stat : 23895 (sugar) S 23893 23895 23657 0 -1 4194304 1309 7166 0 1 5 3 55 4 15 0 1 0 24957615 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23895/statm: 4217 1111 409 3 0 796 0
[pid=23908] ppid=23895 vsize=5356 CPUtime=0
/proc/23908/stat : 23908 (sh) S 23895 23895 23657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957717 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23908/statm: 1339 233 193 169 0 50 0
[pid=23909] ppid=23908 vsize=868628 CPUtime=2.05
/proc/23909/stat : 23909 (java) S 23908 23895 23657 0 -1 0 9019 0 1 0 199 6 0 0 18 0 9 0 24957718 889475072 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23909/statm: 217157 8157 2566 9 0 211662 0
[pid=23909/tid=23910] ppid=23908 vsize=868628 CPUtime=1.56
/proc/23909/task/23910/stat : 23910 (java) R 23908 23895 23657 0 -1 64 2780 0 1 0 154 2 0 0 25 0 9 0 24957719 889475072 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4126531508 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23911] ppid=23908 vsize=868628 CPUtime=0.29
/proc/23909/task/23911/stat : 23911 (java) S 23908 23895 23657 0 -1 64 4062 0 0 0 27 2 0 0 16 0 9 0 24957720 889475072 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23912] ppid=23908 vsize=868628 CPUtime=0
/proc/23909/task/23912/stat : 23912 (java) S 23908 23895 23657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24957720 889475072 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23913] ppid=23908 vsize=868628 CPUtime=0
/proc/23909/task/23913/stat : 23913 (java) S 23908 23895 23657 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24957720 889475072 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23914] ppid=23908 vsize=868628 CPUtime=0
/proc/23909/task/23914/stat : 23914 (java) S 23908 23895 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24957722 889475072 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23915] ppid=23908 vsize=868628 CPUtime=0.17
/proc/23909/task/23915/stat : 23915 (java) S 23908 23895 23657 0 -1 64 1478 0 0 0 17 0 0 0 16 0 9 0 24957722 889475072 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23916] ppid=23908 vsize=868628 CPUtime=0
/proc/23909/task/23916/stat : 23916 (java) S 23908 23895 23657 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24957722 889475072 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23917] ppid=23908 vsize=868628 CPUtime=0
/proc/23909/task/23917/stat : 23917 (java) S 23908 23895 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24957722 889475072 8157 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 890852

[startup+6.30249 s]
/proc/loadavg: 2.21 2.11 2.05 3/93 23917
/proc/meminfo: memFree=1471976/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=16868 CPUtime=0.67
/proc/23895/stat : 23895 (sugar) S 23893 23895 23657 0 -1 4194304 1310 7166 0 1 5 3 55 4 16 0 1 0 24957615 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23895/statm: 4217 1111 409 3 0 796 0
[pid=23908] ppid=23895 vsize=5356 CPUtime=0
/proc/23908/stat : 23908 (sh) S 23895 23895 23657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957717 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23908/statm: 1339 233 193 169 0 50 0
[pid=23909] ppid=23908 vsize=878940 CPUtime=5.21
/proc/23909/stat : 23909 (java) S 23908 23895 23657 0 -1 0 25569 0 1 0 505 16 0 0 18 0 9 0 24957718 900034560 17020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23909/statm: 219735 17020 2567 9 0 214240 0
[pid=23909/tid=23910] ppid=23908 vsize=878940 CPUtime=3.56
/proc/23909/task/23910/stat : 23910 (java) R 23908 23895 23657 0 -1 64 3151 0 1 0 353 3 0 0 25 0 9 0 24957719 900034560 17020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23911] ppid=23908 vsize=878940 CPUtime=1.43
/proc/23909/task/23911/stat : 23911 (java) R 23908 23895 23657 0 -1 64 20229 0 0 0 132 11 0 0 16 0 9 0 24957720 900034560 17020 996147200 134512640 134550932 4294955936 18446744073709551615 103732937 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23912] ppid=23908 vsize=878940 CPUtime=0
/proc/23909/task/23912/stat : 23912 (java) S 23908 23895 23657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24957720 900034560 17020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23913] ppid=23908 vsize=878940 CPUtime=0
/proc/23909/task/23913/stat : 23913 (java) S 23908 23895 23657 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24957720 900034560 17020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23914] ppid=23908 vsize=878940 CPUtime=0
/proc/23909/task/23914/stat : 23914 (java) S 23908 23895 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24957722 900034560 17020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23915] ppid=23908 vsize=878940 CPUtime=0.19
/proc/23909/task/23915/stat : 23915 (java) S 23908 23895 23657 0 -1 64 1490 0 0 0 19 0 0 0 15 0 9 0 24957722 900034560 17020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23916] ppid=23908 vsize=878940 CPUtime=0
/proc/23909/task/23916/stat : 23916 (java) S 23908 23895 23657 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24957722 900034560 17020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23917] ppid=23908 vsize=878940 CPUtime=0
/proc/23909/task/23917/stat : 23917 (java) S 23908 23895 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24957722 900034560 17020 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.88
Current children cumulated vsize (KiB) 901164

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

[startup+7.10284 s]
/proc/loadavg: 2.21 2.11 2.05 3/93 23917
/proc/meminfo: memFree=1467176/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=16868 CPUtime=0.68
/proc/23895/stat : 23895 (sugar) S 23893 23895 23657 0 -1 4194304 1310 7166 0 1 6 3 55 4 15 0 1 0 24957615 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23895/statm: 4217 1111 409 3 0 796 0
[pid=23908] ppid=23895 vsize=5356 CPUtime=0
/proc/23908/stat : 23908 (sh) S 23895 23895 23657 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24957717 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23908/statm: 1339 233 193 169 0 50 0
[pid=23909] ppid=23908 vsize=868740 CPUtime=5.98
/proc/23909/stat : 23909 (java) S 23908 23895 23657 0 -1 0 26455 0 1 0 580 18 0 0 18 0 9 0 24957718 889589760 15295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23909/statm: 217185 15295 2593 9 0 211662 0
[pid=23909/tid=23910] ppid=23908 vsize=868740 CPUtime=4.16
/proc/23909/task/23910/stat : 23910 (java) R 23908 23895 23657 0 -1 64 3551 0 1 0 412 4 0 0 25 0 9 0 24957719 889589760 15295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23911] ppid=23908 vsize=868740 CPUtime=1.54
/proc/23909/task/23911/stat : 23911 (java) S 23908 23895 23657 0 -1 64 20673 0 0 0 143 11 0 0 15 0 9 0 24957720 889589760 15295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23912] ppid=23908 vsize=868740 CPUtime=0
/proc/23909/task/23912/stat : 23912 (java) S 23908 23895 23657 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24957720 889589760 15295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23913] ppid=23908 vsize=868740 CPUtime=0
/proc/23909/task/23913/stat : 23913 (java) S 23908 23895 23657 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24957720 889589760 15295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23914] ppid=23908 vsize=868740 CPUtime=0
/proc/23909/task/23914/stat : 23914 (java) S 23908 23895 23657 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24957722 889589760 15295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23915] ppid=23908 vsize=868740 CPUtime=0.24
/proc/23909/task/23915/stat : 23915 (java) S 23908 23895 23657 0 -1 64 1532 0 0 0 24 0 0 0 15 0 9 0 24957722 889589760 15295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23916] ppid=23908 vsize=868740 CPUtime=0
/proc/23909/task/23916/stat : 23916 (java) S 23908 23895 23657 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24957722 889589760 15295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23909/tid=23917] ppid=23908 vsize=868740 CPUtime=0
/proc/23909/task/23917/stat : 23917 (java) S 23908 23895 23657 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24957722 889589760 15295 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.66
Current children cumulated vsize (KiB) 890964

[startup+7.90268 s]
/proc/loadavg: 2.21 2.11 2.05 3/93 23917
/proc/meminfo: memFree=1462888/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=16868 CPUtime=7.3
/proc/23895/stat : 23895 (sugar) S 23893 23895 23657 0 -1 4194304 1376 33961 0 2 6 3 696 25 16 0 1 0 24957615 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23895/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 16868

[startup+8.30173 s]
/proc/loadavg: 2.21 2.11 2.05 3/93 23917
/proc/meminfo: memFree=1462888/2055920 swapFree=4192812/4192956
[pid=23895] ppid=23893 vsize=16868 CPUtime=7.48
/proc/23895/stat : 23895 (sugar) S 23893 23895 23657 0 -1 4194304 1448 37447 0 2 6 3 711 28 16 0 1 0 24957615 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23895/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 8.4004
CPU time (s): 7.8738
CPU user time (s): 7.52086
CPU system time (s): 0.352946
CPU usage (%): 93.7313
Max. virtual memory (cumulated for all children) (KiB): 901164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.52086
system time used= 0.352946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43344
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= 4950
involuntary context switches= 4774

runsolver used 0.019996 second user time and 0.042993 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 08:09:08
IDJOB=2084359
IDBENCH=58069
IDSOLVER=739
FILE ID=node66/2084359-1247378948
PBS_JOBID= 9507214
Free space on /tmp= 66248 MiB

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

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

MD5SUM BENCH= 923ef4c26cd9096899ec03d5df91c70b
RANDOM SEED=1552938232

node66.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.214
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.214
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:       1524768 kB
Buffers:          5568 kB
Cached:          52708 kB
SwapCached:          0 kB
Active:         458516 kB
Inactive:        18756 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1524768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2248 kB
Writeback:           0 kB
Mapped:         439372 kB
Slab:            38208 kB
Committed_AS:   650484 kB
PageTables:       2580 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= 66248 MiB
End job on node66 at 2009-07-12 08:09:16