Trace number 1085835

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 100.996 102.436

General information on the benchmark

Namecsp/fapp/fapp08/
normalized-fapp08-0700-0.xml
MD5SUMcb796999e9af592cdd0cc64917717810
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 benchmark17.5533
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints7122
Maximum constraint arity2
Maximum domain size282
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7122
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Sat Jul  5 07:29:29 2008
0.00/0.04	c 0	PID 7318
0.03/0.05	c 0	HOST node4.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1085835-1215235769.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1085835-1215235769.xml' 'HOME/temp.csp'
0.96/1.04	c 1	25 domains, 700 variables, 8 predicates, 0 relations, 7122 constraints
0.96/1.05	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.96/1.05	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.00/1.13	c 1	Parsing HOME/temp.csp
1.00/1.67	c 1	parsed 7855 expressions
1.00/1.67	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.00/1.67	c 1	Converting to clausal form CSP
1.00/1.95	c 2	converted 786 (10%) expressions
3.61/3.74	c 4	converted 1571 (20%) expressions
4.80/4.96	c 5	converted 2357 (30%) expressions
5.79/5.90	c 6	converted 3142 (40%) expressions
6.58/6.77	c 7	converted 3928 (50%) expressions
8.06/8.28	c 8	converted 4713 (60%) expressions
9.05/9.29	c 9	converted 5499 (70%) expressions
10.13/10.30	c 10	converted 6284 (80%) expressions
11.43/11.63	c 11	converted 7070 (90%) expressions
12.32/12.50	c 12	converted 7855 (100%) expressions
12.32/12.50	c 12	CSP : 1396 integers, 20356 booleans, 43667 clauses, largest domain size 2721
12.32/12.50	c 12	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.32/12.50	c 12	Propagation in CSP
12.81/13.04	c 13	8480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.81/13.04	c 13	CSP : 1396 integers, 20356 booleans, 43667 clauses, largest domain size 2721
12.81/13.04	c 13	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.81/13.07	c 13	Simplifing CSP by introducing new Boolean variables
12.93/13.15	c 13	CSP : 1396 integers, 34930 booleans, 58241 clauses, largest domain size 2721
12.93/13.15	c 13	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.40/13.64	c 13	Encoding CSP to SAT : HOME/temp.cnf
14.00/14.27	c 14	140 (10%) CSP integer variables are encoded (28476 clauses, 405112 bytes)
14.50/14.76	c 15	280 (20%) CSP integer variables are encoded (53347 clauses, 778177 bytes)
15.00/15.27	c 15	419 (30%) CSP integer variables are encoded (79658 clauses, 1172842 bytes)
15.48/15.79	c 16	559 (40%) CSP integer variables are encoded (105486 clauses, 1572287 bytes)
16.08/16.34	c 16	698 (50%) CSP integer variables are encoded (132440 clauses, 2030505 bytes)
16.37/16.64	c 16	838 (60%) CSP integer variables are encoded (356380 clauses, 5837485 bytes)
16.67/16.96	c 17	978 (70%) CSP integer variables are encoded (604570 clauses, 10056715 bytes)
16.97/17.26	c 17	1117 (80%) CSP integer variables are encoded (845951 clauses, 14160192 bytes)
17.27/17.53	c 17	1257 (90%) CSP integer variables are encoded (1059013 clauses, 17902683 bytes)
17.55/17.83	c 18	1396 (100%) CSP integer variables are encoded (1281796 clauses, 22135560 bytes)
35.36/35.90	c 36	5825 (10%) CSP clauses are encoded (4216909 clauses, 86772355 bytes)
46.71/47.38	c 47	11649 (20%) CSP clauses are encoded (6651287 clauses, 142877484 bytes)
54.80/55.56	c 55	17473 (30%) CSP clauses are encoded (8684779 clauses, 191251710 bytes)
62.10/62.93	c 63	23297 (40%) CSP clauses are encoded (10613363 clauses, 238938223 bytes)
67.32/68.24	c 68	29121 (50%) CSP clauses are encoded (12097970 clauses, 275617353 bytes)
70.54/71.52	c 71	34945 (60%) CSP clauses are encoded (13118198 clauses, 301530001 bytes)
74.46/75.55	c 75	40769 (70%) CSP clauses are encoded (14412724 clauses, 334409202 bytes)
78.57/79.77	c 80	46593 (80%) CSP clauses are encoded (15784712 clauses, 369085354 bytes)
82.42/83.65	c 83	52417 (90%) CSP clauses are encoded (17125458 clauses, 403493654 bytes)
86.24/87.58	c 87	58241 (100%) CSP clauses are encoded (18490390 clauses, 438725696 bytes)
86.24/87.58	c 87	58241 CSP clauses encoded
86.24/87.58	c 87	Writing map file : HOME/temp.map
86.33/87.64	c 87	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
86.33/87.64	c 87	SAT : 1318122 SAT variables, 18490390 SAT clauses, 438725696 bytes
86.33/87.64	c 87	Heap : 77 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
86.33/87.68	c 88	SOLVING HOME/temp.cnf
86.33/87.68	c 88	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
86.33/87.69	c 88	This is MiniSat 2.0 beta
86.33/87.69	c 88	WARNING: for repeatability, setting FPU to use double precision
86.33/87.69	c 88	============================[ Problem Statistics ]=============================
86.33/87.69	c 88	|                                                                             |
86.33/87.69	c 88	|  Number of variables:  1318122                                              |
86.33/87.69	c 88	|  Number of clauses:    18490390                                             |
96.99/98.46	c 98	|  Parsing time:         9.39         s                                       |
97.49/98.94	c 99	============================[ Search Statistics ]==============================
97.49/98.94	c 99	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
97.49/98.94	c 99	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
97.49/98.94	c 99	===============================================================================
97.49/98.94	c 99	|         0 | 1318122 18490390 50738297 |  6163463        0    nan |  0.000 % |
98.08/99.57	c 99	|       100 | 1318114 18490390 50738297 |  6779809       98      3 |  0.010 % |
99.27/100.75	c 101	|       250 | 1318112 18490390 50738297 |  7457790      246      3 |  0.100 % |
99.87/101.32	c 101	===============================================================================
99.87/101.32	c 101	restarts              : 3
99.87/101.32	c 101	conflicts             : 345            (28 /sec)
99.87/101.32	c 101	decisions             : 14582          (1.66 % random) (1196 /sec)
99.87/101.32	c 101	propagations          : 7557252        (619897 /sec)
99.87/101.32	c 101	conflict literals     : 1002           (5.83 % deleted)
99.87/101.32	c 101	Memory used           : 857.05 MB
99.87/101.32	c 101	CPU time              : 12.1911 s
99.87/101.32	c 101	
99.87/101.32	c 101	UNSATISFIABLE
99.96/101.45	c 101	DECODING HOME/temp.out WITH HOME/temp.map
99.96/101.45	c 101	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
100.03/101.54	c 101	Decoding HOME/temp.out
100.03/102.16	s UNSATISFIABLE
100.03/102.17	c 102	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
100.03/102.20	c 102	CPU 96.35 (0.04 0.01 96.31 4.39)
100.03/102.20	c 102	END Sat Jul  5 07:31:11 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-1085835-1215235769/watcher-1085835-1215235769 -o /tmp/evaluation-result-1085835-1215235769/solver-1085835-1215235769 -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-1085835-1215235769.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.00 2.00 2.00 3/72 7318
/proc/meminfo: memFree=1285344/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=12132 CPUtime=0
/proc/7318/stat : 7318 (sugar) R 7316 7318 2716 0 -1 4194304 216 0 0 0 0 0 0 0 20 0 1 0 2002552259 12423168 184 996147200 4194304 4206940 548682068608 18446744073709551615 259913061089 0 0 4224 0 0 0 0 17 1 0 0
/proc/7318/statm: 3033 184 142 3 0 133 0

[startup+0.0498181 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 7318
/proc/meminfo: memFree=1285344/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=0.03
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 2002552259 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101464 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 7318
/proc/meminfo: memFree=1285344/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=0.03
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002552259 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301478 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 7318
/proc/meminfo: memFree=1285344/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=0.03
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002552259 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70152 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 7318
/proc/meminfo: memFree=1285344/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=0.03
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2002552259 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.5016 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 7330
/proc/meminfo: memFree=1265736/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=1
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 973 8184 0 1 3 1 92 4 16 0 1 0 2002552259 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 13600

[startup+3.10275 s]
/proc/loadavg: 2.16 2.04 2.01 3/83 7340
/proc/meminfo: memFree=1267400/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=1
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 974 8184 0 1 3 1 92 4 15 0 1 0 2002552259 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 797 370 3 0 500 0
[pid=7331] ppid=7318 vsize=5356 CPUtime=0
/proc/7331/stat : 7331 (sh) S 7318 7318 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002552364 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7331/statm: 1339 233 193 169 0 50 0
[pid=7332] ppid=7331 vsize=868404 CPUtime=2.02
/proc/7332/stat : 7332 (java) S 7331 7318 2716 0 -1 0 8378 0 1 0 198 4 0 0 18 0 9 0 2002552364 889245696 7522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7332/statm: 217101 7522 2540 9 0 211676 0
[pid=7332/tid=7333] ppid=7331 vsize=868404 CPUtime=1.53
/proc/7332/task/7333/stat : 7333 (java) R 7331 7318 2716 0 -1 64 2761 0 1 0 152 1 0 0 25 0 9 0 2002552365 889245696 7522 996147200 134512640 134550740 4294955952 18446744073709551615 4126609120 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7334] ppid=7331 vsize=868404 CPUtime=0.26
/proc/7332/task/7334/stat : 7334 (java) S 7331 7318 2716 0 -1 64 3469 0 0 0 25 1 0 0 16 0 9 0 2002552366 889245696 7522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7335] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7335/stat : 7335 (java) S 7331 7318 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002552367 889245696 7522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7336] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7336/stat : 7336 (java) S 7331 7318 2716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002552367 889245696 7522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7337] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7337/stat : 7337 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002552369 889245696 7522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7338] ppid=7331 vsize=868404 CPUtime=0.19
/proc/7332/task/7338/stat : 7338 (java) S 7331 7318 2716 0 -1 64 1456 0 0 0 19 0 0 0 16 0 9 0 2002552369 889245696 7522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7339] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7339/stat : 7339 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002552369 889245696 7522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7340] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7340/stat : 7340 (java) R 7331 7318 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002552369 889245696 7522 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 887360

[startup+6.30206 s]
/proc/loadavg: 2.16 2.04 2.01 3/83 7340
/proc/meminfo: memFree=1250504/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=1
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 974 8184 0 1 3 1 92 4 16 0 1 0 2002552259 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 797 370 3 0 500 0
[pid=7331] ppid=7318 vsize=5356 CPUtime=0
/proc/7331/stat : 7331 (sh) S 7318 7318 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002552364 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7331/statm: 1339 233 193 169 0 50 0
[pid=7332] ppid=7331 vsize=868404 CPUtime=5.18
/proc/7332/stat : 7332 (java) S 7331 7318 2716 0 -1 0 12970 0 1 0 511 7 0 0 18 0 9 0 2002552364 889245696 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7332/statm: 217101 11944 2540 9 0 211676 0
[pid=7332/tid=7333] ppid=7331 vsize=868404 CPUtime=4.15
/proc/7332/task/7333/stat : 7333 (java) R 7331 7318 2716 0 -1 64 3139 0 1 0 413 2 0 0 25 0 9 0 2002552365 889245696 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4126608647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7334] ppid=7331 vsize=868404 CPUtime=0.8
/proc/7332/task/7334/stat : 7334 (java) S 7331 7318 2716 0 -1 64 7678 0 0 0 77 3 0 0 16 0 9 0 2002552366 889245696 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7335] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7335/stat : 7335 (java) S 7331 7318 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002552367 889245696 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7336] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7336/stat : 7336 (java) S 7331 7318 2716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002552367 889245696 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7337] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7337/stat : 7337 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002552369 889245696 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7338] ppid=7331 vsize=868404 CPUtime=0.2
/proc/7332/task/7338/stat : 7338 (java) S 7331 7318 2716 0 -1 64 1461 0 0 0 20 0 0 0 15 0 9 0 2002552369 889245696 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7339] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7339/stat : 7339 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002552369 889245696 11944 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7340] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7340/stat : 7340 (java) S 7331 7318 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002552369 889245696 11944 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) 887360

[startup+12.7027 s]
/proc/loadavg: 2.13 2.03 2.01 3/83 7340
/proc/meminfo: memFree=1205192/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=1
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 974 8184 0 1 3 1 92 4 16 0 1 0 2002552259 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 797 370 3 0 500 0
[pid=7331] ppid=7318 vsize=5356 CPUtime=0
/proc/7331/stat : 7331 (sh) S 7318 7318 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002552364 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7331/statm: 1339 233 193 169 0 50 0
[pid=7332] ppid=7331 vsize=868404 CPUtime=11.51
/proc/7332/stat : 7332 (java) S 7331 7318 2716 0 -1 0 31340 0 1 0 1133 18 0 0 18 0 9 0 2002552364 889245696 22822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7332/statm: 217101 22822 2540 9 0 211676 0
[pid=7332/tid=7333] ppid=7331 vsize=868404 CPUtime=9.1
/proc/7332/task/7333/stat : 7333 (java) R 7331 7318 2716 0 -1 64 3887 0 1 0 907 3 0 0 25 0 9 0 2002552365 889245696 22822 996147200 134512640 134550740 4294955952 18446744073709551615 4126572016 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7334] ppid=7331 vsize=868404 CPUtime=2.17
/proc/7332/task/7334/stat : 7334 (java) S 7331 7318 2716 0 -1 64 25292 0 0 0 204 13 0 0 16 0 9 0 2002552366 889245696 22822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7335] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7335/stat : 7335 (java) S 7331 7318 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002552367 889245696 22822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7336] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7336/stat : 7336 (java) S 7331 7318 2716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002552367 889245696 22822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7337] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7337/stat : 7337 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002552369 889245696 22822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7338] ppid=7331 vsize=868404 CPUtime=0.21
/proc/7332/task/7338/stat : 7338 (java) S 7331 7318 2716 0 -1 64 1469 0 0 0 21 0 0 0 16 0 9 0 2002552369 889245696 22822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7339] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7339/stat : 7339 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002552369 889245696 22822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7340] ppid=7331 vsize=868404 CPUtime=0
/proc/7332/task/7340/stat : 7340 (java) S 7331 7318 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002552369 889245696 22822 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887360

[startup+25.5019 s]
/proc/loadavg: 2.11 2.03 2.01 3/83 7340
/proc/meminfo: memFree=1147656/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=1
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 974 8184 0 1 3 1 92 4 15 0 1 0 2002552259 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 797 370 3 0 500 0
[pid=7331] ppid=7318 vsize=5356 CPUtime=0
/proc/7331/stat : 7331 (sh) S 7318 7318 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002552364 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7331/statm: 1339 233 193 169 0 50 0
[pid=7332] ppid=7331 vsize=868516 CPUtime=24.17
/proc/7332/stat : 7332 (java) S 7331 7318 2716 0 -1 0 34796 0 1 0 2368 49 0 0 18 0 9 0 2002552364 889360384 24486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7332/statm: 217129 24486 2566 9 0 211676 0
[pid=7332/tid=7333] ppid=7331 vsize=868516 CPUtime=21.05
/proc/7332/task/7333/stat : 7333 (java) R 7331 7318 2716 0 -1 64 4236 0 1 0 2075 30 0 0 25 0 9 0 2002552365 889360384 24486 996147200 134512640 134550740 4294955952 18446744073709551615 4127021792 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7334] ppid=7331 vsize=868516 CPUtime=2.81
/proc/7332/task/7334/stat : 7334 (java) S 7331 7318 2716 0 -1 64 28361 0 0 0 265 16 0 0 16 0 9 0 2002552366 889360384 24486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7335] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7335/stat : 7335 (java) S 7331 7318 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002552367 889360384 24486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7336] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7336/stat : 7336 (java) S 7331 7318 2716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002552367 889360384 24486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7337] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7337/stat : 7337 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002552369 889360384 24486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7338] ppid=7331 vsize=868516 CPUtime=0.28
/proc/7332/task/7338/stat : 7338 (java) S 7331 7318 2716 0 -1 64 1507 0 0 0 28 0 0 0 16 0 9 0 2002552369 889360384 24486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7339] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7339/stat : 7339 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002552369 889360384 24486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7340] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7340/stat : 7340 (java) S 7331 7318 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002552369 889360384 24486 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887472

[startup+51.1013 s]
/proc/loadavg: 2.07 2.03 2.01 3/83 7340
/proc/meminfo: memFree=1038216/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=1
/proc/7318/stat : 7318 (sugar) S 7316 7318 2716 0 -1 4194304 974 8184 0 1 3 1 92 4 16 0 1 0 2002552259 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 259922112610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/7318/statm: 3400 797 370 3 0 500 0
[pid=7331] ppid=7318 vsize=5356 CPUtime=0
/proc/7331/stat : 7331 (sh) S 7318 7318 2716 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002552364 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/7331/statm: 1339 233 193 169 0 50 0
[pid=7332] ppid=7331 vsize=868516 CPUtime=49.46
/proc/7332/stat : 7332 (java) S 7331 7318 2716 0 -1 0 35174 0 1 0 4823 123 0 0 18 0 9 0 2002552364 889360384 24490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/7332/statm: 217129 24490 2566 9 0 211676 0
[pid=7332/tid=7333] ppid=7331 vsize=868516 CPUtime=46.12
/proc/7332/task/7333/stat : 7333 (java) R 7331 7318 2716 0 -1 64 4610 0 1 0 4510 102 0 0 25 0 9 0 2002552365 889360384 24490 996147200 134512640 134550740 4294955952 18446744073709551615 4126877239 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7334] ppid=7331 vsize=868516 CPUtime=3.02
/proc/7332/task/7334/stat : 7334 (java) S 7331 7318 2716 0 -1 64 28361 0 0 0 283 19 0 0 16 0 9 0 2002552366 889360384 24490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7335] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7335/stat : 7335 (java) S 7331 7318 2716 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002552367 889360384 24490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7336] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7336/stat : 7336 (java) S 7331 7318 2716 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2002552367 889360384 24490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7337] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7337/stat : 7337 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002552369 889360384 24490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7338] ppid=7331 vsize=868516 CPUtime=0.29
/proc/7332/task/7338/stat : 7338 (java) S 7331 7318 2716 0 -1 64 1511 0 0 0 29 0 0 0 17 0 9 0 2002552369 889360384 24490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7339] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7339/stat : 7339 (java) S 7331 7318 2716 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002552369 889360384 24490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=7332/tid=7340] ppid=7331 vsize=868516 CPUtime=0
/proc/7332/task/7340/stat : 7340 (java) S 7331 7318 2716 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002552369 889360384 24490 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 887472

[startup+102.306 s]
/proc/loadavg: 2.07 2.04 2.01 3/73 7352
/proc/meminfo: memFree=866648/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=100.85
/proc/7318/stat : 7318 (sugar) R 7316 7318 2716 0 -1 4194304 1118 258469 0 3 4 11 9631 439 16 0 1 0 2002552259 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7318/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 13600

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

[startup+102.401 s]
/proc/loadavg: 2.07 2.04 2.01 3/73 7352
/proc/meminfo: memFree=866648/2055920 swapFree=4180028/4192956
[pid=7318] ppid=7316 vsize=13600 CPUtime=100.95
/proc/7318/stat : 7318 (sugar) R 7316 7318 2716 0 -1 4194304 1118 258469 0 3 4 21 9631 439 16 0 1 0 2002552259 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 259913389097 0 0 4224 16386 0 0 0 17 1 0 0
/proc/7318/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 100.95
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 102.436
CPU time (s): 100.996
CPU user time (s): 96.3554
CPU system time (s): 4.64029
CPU usage (%): 98.5943
Max. virtual memory (cumulated for all children) (KiB): 897608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 96.3554
system time used= 4.64029
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 259617
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= 16408
involuntary context switches= 18402

runsolver used 0.153976 second user time and 0.342947 second system time

The end

Launcher Data (download as text)

Begin job on node4 at 2008-07-05 07:29:29
IDJOB=1085835
IDBENCH=57712
IDSOLVER=346
FILE ID=node4/1085835-1215235769
PBS_JOBID= 7881779
Free space on /tmp= 66500 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp08/normalized-fapp08-0700-0.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-1085835-1215235769/watcher-1085835-1215235769 -o /tmp/evaluation-result-1085835-1215235769/solver-1085835-1215235769 -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-1085835-1215235769.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cb796999e9af592cdd0cc64917717810
RANDOM SEED=787327147

node4.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.213
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.213
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:       1285952 kB
Buffers:         62792 kB
Cached:         215252 kB
SwapCached:       7012 kB
Active:         587212 kB
Inactive:       122160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1285952 kB
SwapTotal:     4192956 kB
SwapFree:      4180028 kB
Dirty:            2340 kB
Writeback:           0 kB
Mapped:         438856 kB
Slab:            44844 kB
Committed_AS:  3805956 kB
PageTables:       2816 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= 66496 MiB
End job on node4 at 2008-07-05 07:31:11