Trace number 1078007

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 105.389 105.718

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-13_ext.xml
MD5SUM7f85e7a784792bc3aaff65a2d971c8c8
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark13.027
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 20:33:33 2008
0.00/0.04	c 0	PID 13045
0.03/0.05	c 0	HOST node47.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1078007-1215196413.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-1078007-1215196413.xml' 'HOME/temp.csp'
0.03/0.71	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.68/0.81	c 1	Parsing HOME/temp.csp
1.82/1.99	c 2	parsed 137 expressions
1.82/1.99	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.82/1.99	c 2	Converting to clausal form CSP
1.92/2.02	c 2	converted 14 (10%) expressions
1.92/2.03	c 2	converted 28 (20%) expressions
1.92/2.05	c 2	converted 42 (30%) expressions
1.92/2.05	c 2	converted 55 (40%) expressions
2.12/2.22	c 3	converted 69 (50%) expressions
2.12/2.28	c 3	converted 83 (60%) expressions
2.21/2.38	c 3	converted 96 (70%) expressions
2.30/2.49	c 3	converted 110 (80%) expressions
2.41/2.60	c 3	converted 124 (90%) expressions
2.71/2.90	c 3	converted 137 (100%) expressions
2.71/2.90	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.71/2.90	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.90	c 3	Propagation in CSP
2.81/2.90	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.90	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.81/2.90	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.90	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.90	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.81/2.90	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.91/3.01	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.91/3.02	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.91/3.02	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.91/3.02	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.91/3.03	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.91/3.03	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.91/3.03	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.91/3.03	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.91/3.03	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.91/3.03	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.91/3.03	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.10/3.23	c 4	6 (10%) CSP clauses are encoded (11180 clauses, 239900 bytes)
3.20/3.37	c 4	12 (20%) CSP clauses are encoded (22087 clauses, 500796 bytes)
3.29/3.49	c 4	18 (30%) CSP clauses are encoded (32243 clauses, 742751 bytes)
3.49/3.62	c 4	24 (40%) CSP clauses are encoded (43052 clauses, 1000817 bytes)
3.59/3.72	c 4	29 (50%) CSP clauses are encoded (51320 clauses, 1204325 bytes)
3.70/3.85	c 4	35 (60%) CSP clauses are encoded (62120 clauses, 1466317 bytes)
3.80/3.99	c 4	41 (70%) CSP clauses are encoded (72983 clauses, 1735919 bytes)
3.99/4.12	c 4	47 (80%) CSP clauses are encoded (83824 clauses, 2023167 bytes)
4.09/4.25	c 5	53 (90%) CSP clauses are encoded (94644 clauses, 2312532 bytes)
4.19/4.38	c 5	58 (100%) CSP clauses are encoded (103657 clauses, 2553835 bytes)
4.19/4.38	c 5	58 CSP clauses encoded
4.19/4.38	c 5	Writing map file : HOME/temp.map
4.19/4.38	c 5	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.19/4.38	c 5	SAT : 380 SAT variables, 103657 SAT clauses, 2553835 bytes
4.19/4.38	c 5	Heap : 18 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.26/4.43	c 5	SOLVING HOME/temp.cnf
4.26/4.43	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.26/4.43	c 5	This is MiniSat 2.0 beta
4.26/4.43	c 5	WARNING: for repeatability, setting FPU to use double precision
4.26/4.43	c 5	============================[ Problem Statistics ]=============================
4.26/4.43	c 5	|                                                                             |
4.26/4.43	c 5	|  Number of variables:  380                                                  |
4.26/4.43	c 5	|  Number of clauses:    103657                                               |
4.26/4.50	c 5	|  Parsing time:         0.06         s                                       |
4.29/4.50	c 5	============================[ Search Statistics ]==============================
4.29/4.50	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.29/4.50	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.29/4.50	c 5	===============================================================================
4.29/4.50	c 5	|         0 |     380   103657   568357 |    34552        0    nan |  0.000 % |
4.29/4.56	c 5	|       100 |     380   103657   568357 |    38007      100     11 |  0.001 % |
4.29/4.61	c 5	|       250 |     380   103657   568357 |    41808      250     11 |  0.010 % |
4.29/4.71	c 5	|       475 |     380   103657   568357 |    45989      475     11 |  0.013 % |
4.29/4.82	c 5	|       812 |     380   103657   568357 |    50588      812     11 |  0.011 % |
4.29/5.06	c 5	|      1319 |     380   103657   568357 |    55646     1319     11 |  0.013 % |
4.29/5.34	c 6	|      2078 |     380   103657   568357 |    61211     2078     12 |  0.013 % |
5.64/5.82	c 6	|      3220 |     380   103657   568357 |    67332     3220     12 |  0.014 % |
6.24/6.44	c 7	|      4928 |     380   103657   568357 |    74065     4928     12 |  0.014 % |
7.23/7.48	c 8	|      7490 |     380   103657   568357 |    81472     7490     12 |  0.015 % |
8.81/9.01	c 9	|     11337 |     380   103657   568357 |    89619    11337     13 |  0.015 % |
11.28/11.59	c 12	|     17103 |     380   103657   568357 |    98581    17103     14 |  0.014 % |
15.58/15.86	c 16	|     25752 |     380   103657   568357 |   108440    25752     15 |  0.010 % |
22.97/23.22	c 24	|     38727 |     380   103657   568357 |   119284    38727     15 |  0.010 % |
36.06/36.36	c 37	|     58189 |     380   103657   568357 |   131212    58189     15 |  0.013 % |
58.14/58.49	c 59	|     87381 |     379   102359   562374 |   144333    44352     15 |  0.264 % |
88.82/89.11	c 89	|    131170 |     378   100850   554332 |   158767    42571     16 |  0.527 % |
105.19/105.54	c 106	===============================================================================
105.19/105.54	c 106	restarts              : 17
105.19/105.54	c 106	conflicts             : 152662         (1514 /sec)
105.19/105.54	c 106	decisions             : 184341         (1.47 % random) (1828 /sec)
105.19/105.54	c 106	propagations          : 6953280        (68950 /sec)
105.19/105.54	c 106	conflict literals     : 2394898        (32.31 % deleted)
105.19/105.54	c 106	Memory used           : 15.22 MB
105.19/105.54	c 106	CPU time              : 100.845 s
105.19/105.54	c 106	
105.19/105.54	c 106	SATISFIABLE
105.19/105.55	c 106	DECODING HOME/temp.out WITH HOME/temp.map
105.19/105.55	c 106	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
105.26/105.63	c 106	Decoding HOME/temp.out
105.26/105.66	s SATISFIABLE
105.26/105.66	v 12 0 15 18 17 10 13 13 16 14 0 16 5 15 2 14 4 9 0 4
105.26/105.66	c 106	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
105.26/105.71	c 106	CPU 105.07 (0.03 0.01 105.04 0.28)
105.26/105.71	c 106	END Fri Jul  4 20:35:19 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-1078007-1215196413/watcher-1078007-1215196413 -o /tmp/evaluation-result-1078007-1215196413/solver-1078007-1215196413 -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-1078007-1215196413.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: 1.98 2.06 2.02 4/72 13045
/proc/meminfo: memFree=1701848/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=12268 CPUtime=0
/proc/13045/stat : 13045 (sugar) R 13043 13045 8597 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1998613600 12562432 316 996147200 4194304 4206940 548682068560 18446744073709551615 208717707877 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13045/statm: 3067 316 241 3 0 167 0

[startup+0.0498521 s]
/proc/loadavg: 1.98 2.06 2.02 4/72 13045
/proc/meminfo: memFree=1701848/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=0.03
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 836 0 0 0 3 0 0 0 18 0 1 0 1998613600 13926400 792 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13045/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101869 s]
/proc/loadavg: 1.98 2.06 2.02 4/72 13045
/proc/meminfo: memFree=1701848/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=0.03
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1998613600 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301907 s]
/proc/loadavg: 1.98 2.06 2.02 4/72 13045
/proc/meminfo: memFree=1701848/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=0.03
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1998613600 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701982 s]
/proc/loadavg: 1.98 2.06 2.02 4/72 13045
/proc/meminfo: memFree=1701848/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=0.03
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 1998613600 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13045/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50213 s]
/proc/loadavg: 1.98 2.06 2.02 4/83 13067
/proc/meminfo: memFree=1692856/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=0.68
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 972 7061 0 1 3 0 61 4 16 0 1 0 1998613600 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13045/statm: 3400 797 370 3 0 500 0
[pid=13058] ppid=13045 vsize=5356 CPUtime=0
/proc/13058/stat : 13058 (sh) S 13045 13045 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998613673 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13058/statm: 1339 233 193 169 0 50 0
[pid=13059] ppid=13058 vsize=864012 CPUtime=0.74
/proc/13059/stat : 13059 (java) S 13058 13045 8597 0 -1 0 7009 0 1 0 72 2 0 0 18 0 9 0 1998613674 884748288 6296 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13059/statm: 216003 6296 2532 9 0 210585 0
[pid=13059/tid=13060] ppid=13058 vsize=864012 CPUtime=0.5
/proc/13059/task/13060/stat : 13060 (java) R 13058 13045 8597 0 -1 64 2458 0 1 0 50 0 0 0 21 0 9 0 1998613674 884748288 6296 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13061] ppid=13058 vsize=864012 CPUtime=0.18
/proc/13059/task/13061/stat : 13061 (java) R 13058 13045 8597 0 -1 64 3542 0 0 0 18 0 0 0 16 0 9 0 1998613676 884748288 6296 996147200 134512640 134550740 4294955904 18446744073709551615 102722829 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13062] ppid=13058 vsize=864012 CPUtime=0
/proc/13059/task/13062/stat : 13062 (java) S 13058 13045 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998613676 884748288 6296 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13063] ppid=13058 vsize=864012 CPUtime=0
/proc/13059/task/13063/stat : 13063 (java) S 13058 13045 8597 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1998613676 884748288 6296 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13064] ppid=13058 vsize=864012 CPUtime=0
/proc/13059/task/13064/stat : 13064 (java) S 13058 13045 8597 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998613678 884748288 6296 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13065] ppid=13058 vsize=864012 CPUtime=0.04
/proc/13059/task/13065/stat : 13065 (java) S 13058 13045 8597 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 1998613678 884748288 6296 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13066] ppid=13058 vsize=864012 CPUtime=0
/proc/13059/task/13066/stat : 13066 (java) S 13058 13045 8597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998613678 884748288 6296 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13067] ppid=13058 vsize=864012 CPUtime=0
/proc/13059/task/13067/stat : 13067 (java) S 13058 13045 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998613678 884748288 6296 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882968

[startup+3.10244 s]
/proc/loadavg: 1.98 2.06 2.02 4/83 13067
/proc/meminfo: memFree=1668600/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=0.68
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 972 7061 0 1 3 0 61 4 15 0 1 0 1998613600 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13045/statm: 3400 797 370 3 0 500 0
[pid=13058] ppid=13045 vsize=5356 CPUtime=0
/proc/13058/stat : 13058 (sh) S 13045 13045 8597 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1998613673 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13058/statm: 1339 233 193 169 0 50 0
[pid=13059] ppid=13058 vsize=864336 CPUtime=2.33
/proc/13059/stat : 13059 (java) S 13058 13045 8597 0 -1 0 15069 0 1 0 228 5 0 0 18 0 9 0 1998613674 885080064 14293 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13059/statm: 216084 14293 2564 9 0 210631 0
[pid=13059/tid=13060] ppid=13058 vsize=864336 CPUtime=1.21
/proc/13059/task/13060/stat : 13060 (java) R 13058 13045 8597 0 -1 64 3215 0 1 0 120 1 0 0 25 0 9 0 1998613674 885080064 14293 996147200 134512640 134550740 4294955904 18446744073709551615 4126543139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13061] ppid=13058 vsize=864336 CPUtime=1.02
/proc/13059/task/13061/stat : 13061 (java) S 13058 13045 8597 0 -1 64 10822 0 0 0 99 3 0 0 18 0 9 0 1998613676 885080064 14293 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13062] ppid=13058 vsize=864336 CPUtime=0
/proc/13059/task/13062/stat : 13062 (java) S 13058 13045 8597 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1998613676 885080064 14293 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13063] ppid=13058 vsize=864336 CPUtime=0
/proc/13059/task/13063/stat : 13063 (java) S 13058 13045 8597 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1998613676 885080064 14293 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13064] ppid=13058 vsize=864336 CPUtime=0
/proc/13059/task/13064/stat : 13064 (java) S 13058 13045 8597 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1998613678 885080064 14293 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13065] ppid=13058 vsize=864336 CPUtime=0.08
/proc/13059/task/13065/stat : 13065 (java) S 13058 13045 8597 0 -1 64 335 0 0 0 8 0 0 0 16 0 9 0 1998613678 885080064 14293 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13066] ppid=13058 vsize=864336 CPUtime=0
/proc/13059/task/13066/stat : 13066 (java) S 13058 13045 8597 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1998613678 885080064 14293 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13059/tid=13067] ppid=13058 vsize=864336 CPUtime=0
/proc/13059/task/13067/stat : 13067 (java) S 13058 13045 8597 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1998613678 885080064 14293 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883292

[startup+6.30104 s]
/proc/loadavg: 1.99 2.06 2.02 3/75 13069
/proc/meminfo: memFree=1688120/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=4.29
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 1029 22611 0 2 3 1 411 14 15 0 1 0 1998613600 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13045/statm: 3400 798 370 3 0 500 0
[pid=13068] ppid=13045 vsize=5356 CPUtime=0
/proc/13068/stat : 13068 (sh) S 13045 13045 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998614043 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13068/statm: 1339 232 193 169 0 50 0
[pid=13069] ppid=13068 vsize=8176 CPUtime=1.85
/proc/13069/stat : 13069 (minisat) R 13068 13045 8597 0 -1 4194304 1934 0 0 0 184 1 0 0 25 0 1 0 1998614043 8372224 1920 996147200 134512640 135127466 4294956224 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/13069/statm: 2044 1920 75 150 0 1891 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 27132

[startup+12.7012 s]
/proc/loadavg: 1.99 2.06 2.02 2/70 13086
/proc/meminfo: memFree=1693088/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=4.29
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 1029 22611 0 2 3 1 411 14 16 0 1 0 1998613600 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13045/statm: 3400 798 370 3 0 500 0
[pid=13068] ppid=13045 vsize=5356 CPUtime=0
/proc/13068/stat : 13068 (sh) S 13045 13045 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998614043 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13068/statm: 1339 232 193 169 0 50 0
[pid=13069] ppid=13068 vsize=9756 CPUtime=8.19
/proc/13069/stat : 13069 (minisat) R 13068 13045 8597 0 -1 4194304 2304 0 0 0 817 2 0 0 25 0 1 0 1998614043 9990144 2290 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13069/statm: 2439 2290 75 150 0 2286 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 28712

[startup+25.5016 s]
/proc/loadavg: 1.99 2.06 2.02 3/75 13096
/proc/meminfo: memFree=1684288/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=4.29
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 1029 22611 0 2 3 1 411 14 16 0 1 0 1998613600 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13045/statm: 3400 798 370 3 0 500 0
[pid=13068] ppid=13045 vsize=5356 CPUtime=0
/proc/13068/stat : 13068 (sh) S 13045 13045 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998614043 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13068/statm: 1339 232 193 169 0 50 0
[pid=13069] ppid=13068 vsize=12004 CPUtime=20.98
/proc/13069/stat : 13069 (minisat) R 13068 13045 8597 0 -1 4194304 2865 0 0 0 2095 3 0 0 25 0 1 0 1998614043 12292096 2851 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13069/statm: 3001 2851 75 150 0 2848 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 30960

[startup+51.1015 s]
/proc/loadavg: 2.15 2.09 2.03 2/70 13150
/proc/meminfo: memFree=1685352/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=4.29
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 1029 22611 0 2 3 1 411 14 16 0 1 0 1998613600 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13045/statm: 3400 798 370 3 0 500 0
[pid=13068] ppid=13045 vsize=5356 CPUtime=0
/proc/13068/stat : 13068 (sh) S 13045 13045 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998614043 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13068/statm: 1339 232 193 169 0 50 0
[pid=13069] ppid=13068 vsize=14900 CPUtime=46.54
/proc/13069/stat : 13069 (minisat) R 13068 13045 8597 0 -1 4194304 3598 0 0 0 4649 5 0 0 25 0 1 0 1998614043 15257600 3584 996147200 134512640 135127466 4294956224 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/13069/statm: 3725 3584 75 150 0 3572 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 33856

[startup+102.306 s]
/proc/loadavg: 2.03 2.06 2.02 3/76 13466
/proc/meminfo: memFree=1645176/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=4.29
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 1029 22611 0 2 3 1 411 14 16 0 1 0 1998613600 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13045/statm: 3400 798 370 3 0 500 0
[pid=13068] ppid=13045 vsize=5356 CPUtime=0
/proc/13068/stat : 13068 (sh) S 13045 13045 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998614043 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13068/statm: 1339 232 193 169 0 50 0
[pid=13069] ppid=13068 vsize=15580 CPUtime=97.7
/proc/13069/stat : 13069 (minisat) R 13068 13045 8597 0 -1 4194304 3763 0 0 0 9760 10 0 0 25 0 1 0 1998614043 15953920 3749 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13069/statm: 3895 3749 75 150 0 3742 0
Current children cumulated CPU time (s) 101.99
Current children cumulated vsize (KiB) 34536

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

[startup+103.901 s]
/proc/loadavg: 2.03 2.06 2.02 3/76 13466
/proc/meminfo: memFree=1645176/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=4.29
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 1029 22611 0 2 3 1 411 14 16 0 1 0 1998613600 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13045/statm: 3400 798 370 3 0 500 0
[pid=13068] ppid=13045 vsize=5356 CPUtime=0
/proc/13068/stat : 13068 (sh) S 13045 13045 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998614043 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13068/statm: 1339 232 193 169 0 50 0
[pid=13069] ppid=13068 vsize=15580 CPUtime=99.3
/proc/13069/stat : 13069 (minisat) R 13068 13045 8597 0 -1 4194304 3763 0 0 0 9920 10 0 0 25 0 1 0 1998614043 15953920 3749 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13069/statm: 3895 3749 75 150 0 3742 0
Current children cumulated CPU time (s) 103.59
Current children cumulated vsize (KiB) 34536

[startup+104.702 s]
/proc/loadavg: 2.03 2.05 2.02 2/70 13483
/proc/meminfo: memFree=1683624/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=4.29
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 1029 22611 0 2 3 1 411 14 16 0 1 0 1998613600 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13045/statm: 3400 798 370 3 0 500 0
[pid=13068] ppid=13045 vsize=5356 CPUtime=0
/proc/13068/stat : 13068 (sh) S 13045 13045 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998614043 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13068/statm: 1339 232 193 169 0 50 0
[pid=13069] ppid=13068 vsize=15580 CPUtime=100.09
/proc/13069/stat : 13069 (minisat) R 13068 13045 8597 0 -1 4194304 3763 0 0 0 9999 10 0 0 25 0 1 0 1998614043 15953920 3749 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13069/statm: 3895 3749 75 150 0 3742 0
Current children cumulated CPU time (s) 104.38
Current children cumulated vsize (KiB) 34536

[startup+105.503 s]
/proc/loadavg: 2.03 2.05 2.02 3/84 13502
/proc/meminfo: memFree=1640568/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=4.29
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 1029 22611 0 2 3 1 411 14 16 0 1 0 1998613600 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13045/statm: 3400 798 370 3 0 500 0
[pid=13068] ppid=13045 vsize=5356 CPUtime=0
/proc/13068/stat : 13068 (sh) S 13045 13045 8597 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1998614043 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 208717538116 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13068/statm: 1339 232 193 169 0 50 0
[pid=13069] ppid=13068 vsize=15580 CPUtime=100.9
/proc/13069/stat : 13069 (minisat) R 13068 13045 8597 0 -1 4194304 3763 0 0 0 10080 10 0 0 25 0 1 0 1998614043 15953920 3749 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/13069/statm: 3895 3749 75 150 0 3742 0
Current children cumulated CPU time (s) 105.19
Current children cumulated vsize (KiB) 34536

[startup+105.702 s]
/proc/loadavg: 2.03 2.05 2.02 3/84 13502
/proc/meminfo: memFree=1640568/2055920 swapFree=4117752/4192956
[pid=13045] ppid=13043 vsize=13600 CPUtime=105.26
/proc/13045/stat : 13045 (sugar) S 13043 13045 8597 0 -1 4194304 1089 26668 0 2 3 1 10496 26 16 0 1 0 1998613600 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 208726437986 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13045/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 105.26
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 105.718
CPU time (s): 105.389
CPU user time (s): 105.089
CPU system time (s): 0.299954
CPU usage (%): 99.6887
Max. virtual memory (cumulated for all children) (KiB): 883292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.089
system time used= 0.299954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31498
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= 2336
involuntary context switches= 2925

runsolver used 0.12598 second user time and 0.338948 second system time

The end

Launcher Data (download as text)

Begin job on node47 at 2008-07-04 20:33:33
IDJOB=1078007
IDBENCH=56754
IDSOLVER=346
FILE ID=node47/1078007-1215196413
PBS_JOBID= 7881552
Free space on /tmp= 66508 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-13_ext.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-1078007-1215196413/watcher-1078007-1215196413 -o /tmp/evaluation-result-1078007-1215196413/solver-1078007-1215196413 -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-1078007-1215196413.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7f85e7a784792bc3aaff65a2d971c8c8
RANDOM SEED=753534998

node47.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.281
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.281
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:       1702392 kB
Buffers:         22248 kB
Cached:         177192 kB
SwapCached:      69024 kB
Active:         222476 kB
Inactive:        76244 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1702392 kB
SwapTotal:     4192956 kB
SwapFree:      4117752 kB
Dirty:            4920 kB
Writeback:           0 kB
Mapped:         106616 kB
Slab:            40064 kB
Committed_AS:  4037096 kB
PageTables:       1976 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= 66480 MiB
End job on node47 at 2008-07-04 20:35:19