Trace number 1078375

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 222.841 225.03

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-49_ext.xml
MD5SUMac116e5ecbd6a3660767e6a5e97fc106
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 benchmark5.8951
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints57
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension57
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 23:25:20 2008
0.00/0.04	c 0	PID 29317
0.03/0.05	c 0	HOST node55.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1078375-1215206720.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-1078375-1215206720.xml' 'HOME/temp.csp'
0.03/0.93	c 1	1 domains, 20 variables, 0 predicates, 57 relations, 57 constraints
0.03/0.95	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.95	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.93/1.03	c 1	Parsing HOME/temp.csp
2.12/2.29	c 2	parsed 135 expressions
2.12/2.29	c 2	Heap : 19 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.12/2.29	c 2	Converting to clausal form CSP
2.21/2.31	c 2	converted 14 (10%) expressions
2.21/2.33	c 2	converted 27 (20%) expressions
2.21/2.34	c 2	converted 41 (30%) expressions
2.40/2.50	c 2	converted 54 (40%) expressions
2.40/2.50	c 2	converted 68 (50%) expressions
2.40/2.56	c 2	converted 81 (60%) expressions
2.50/2.66	c 2	converted 95 (70%) expressions
2.60/2.77	c 3	converted 108 (80%) expressions
2.70/2.88	c 3	converted 122 (90%) expressions
3.00/3.17	c 3	converted 135 (100%) expressions
3.00/3.17	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
3.00/3.17	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.17	c 3	Propagation in CSP
3.00/3.17	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.17	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
3.00/3.17	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.17	c 3	Simplifing CSP by introducing new Boolean variables
3.00/3.17	c 3	CSP : 20 integers, 0 booleans, 57 clauses, largest domain size 20
3.00/3.17	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.10/3.29	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.10/3.30	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.10/3.30	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.10/3.30	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.20/3.30	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.20/3.31	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.20/3.31	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.20/3.31	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.20/3.31	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.20/3.31	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.20/3.31	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.39/3.51	c 3	6 (10%) CSP clauses are encoded (11221 clauses, 242993 bytes)
3.49/3.65	c 3	12 (20%) CSP clauses are encoded (22062 clauses, 502192 bytes)
3.58/3.78	c 4	18 (30%) CSP clauses are encoded (32896 clauses, 771965 bytes)
3.68/3.89	c 4	23 (40%) CSP clauses are encoded (41909 clauses, 992789 bytes)
3.89/4.02	c 4	29 (50%) CSP clauses are encoded (52067 clauses, 1243825 bytes)
3.99/4.15	c 4	35 (60%) CSP clauses are encoded (62918 clauses, 1512935 bytes)
4.09/4.25	c 4	40 (70%) CSP clauses are encoded (71296 clauses, 1728730 bytes)
4.19/4.39	c 4	46 (80%) CSP clauses are encoded (82101 clauses, 2018002 bytes)
4.38/4.52	c 4	52 (90%) CSP clauses are encoded (92225 clauses, 2287111 bytes)
4.48/4.63	c 4	57 (100%) CSP clauses are encoded (101254 clauses, 2528589 bytes)
4.48/4.63	c 4	57 CSP clauses encoded
4.48/4.63	c 4	Writing map file : HOME/temp.map
4.48/4.64	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.48/4.64	c 4	SAT : 380 SAT variables, 101254 SAT clauses, 2528589 bytes
4.48/4.64	c 4	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.48/4.65	c 4	SOLVING HOME/temp.cnf
4.48/4.65	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.48/4.66	c 4	This is MiniSat 2.0 beta
4.48/4.66	c 4	WARNING: for repeatability, setting FPU to use double precision
4.48/4.66	c 4	============================[ Problem Statistics ]=============================
4.48/4.66	c 4	|                                                                             |
4.48/4.66	c 4	|  Number of variables:  380                                                  |
4.48/4.66	c 4	|  Number of clauses:    101254                                               |
4.54/4.73	c 4	|  Parsing time:         0.06         s                                       |
4.54/4.73	c 4	============================[ Search Statistics ]==============================
4.54/4.73	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.54/4.73	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.54/4.73	c 4	===============================================================================
4.54/4.73	c 4	|         0 |     380   101254   554705 |    33751        0    nan |  0.000 % |
4.54/4.79	c 5	|       100 |     380   101254   554705 |    37126      100     12 |  0.001 % |
4.54/4.85	c 5	|       250 |     380   101254   554705 |    40839      250     11 |  0.013 % |
4.54/4.94	c 5	|       478 |     380   101254   554705 |    44923      478     11 |  0.012 % |
4.54/5.09	c 5	|       815 |     380   101254   554705 |    49415      815     11 |  0.013 % |
4.54/5.31	c 5	|      1321 |     380   101254   554705 |    54356     1321     11 |  0.013 % |
5.46/5.63	c 5	|      2080 |     380   101254   554705 |    59792     2080     12 |  0.013 % |
5.96/6.11	c 6	|      3220 |     380   101254   554705 |    65771     3220     12 |  0.013 % |
6.65/6.88	c 7	|      4928 |     380   101254   554705 |    72348     4928     13 |  0.013 % |
7.73/7.94	c 8	|      7490 |     380   101254   554705 |    79583     7490     13 |  0.009 % |
9.33/9.59	c 9	|     11334 |     380   101254   554705 |    87542    11334     13 |  0.012 % |
12.10/12.38	c 12	|     17100 |     380   101254   554705 |    96296    17100     13 |  0.013 % |
17.05/17.32	c 17	|     25749 |     380   101254   554705 |   105926    25749     14 |  0.013 % |
25.56/25.92	c 26	|     38723 |     380   101254   554705 |   116518    38723     14 |  0.013 % |
39.53/40.08	c 40	|     58186 |     380   101254   554705 |   128170    58186     15 |  0.001 % |
65.38/66.14	c 66	|     87378 |     379   100472   551074 |   140987    19986     12 |  0.264 % |
99.16/100.25	c 100	|    131169 |     379   100472   551074 |   155086    63777     15 |  0.276 % |
162.56/164.21	c 164	|    196854 |     378    99457   545761 |   170595    55099     16 |  0.528 % |
222.58/224.89	c 225	===============================================================================
222.58/224.89	c 225	restarts              : 18
222.58/224.89	c 225	conflicts             : 254954         (1169 /sec)
222.58/224.89	c 225	decisions             : 301973         (1.50 % random) (1385 /sec)
222.58/224.89	c 225	propagations          : 12759449       (58505 /sec)
222.58/224.89	c 225	conflict literals     : 3955375        (33.28 % deleted)
222.58/224.89	c 225	Memory used           : 19.16 MB
222.58/224.89	c 225	CPU time              : 218.09 s
222.58/224.89	c 225	
222.58/224.89	c 225	SATISFIABLE
222.58/224.89	c 225	DECODING HOME/temp.out WITH HOME/temp.map
222.58/224.89	c 225	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
222.72/224.98	c 225	Decoding HOME/temp.out
222.72/225.00	s SATISFIABLE
222.72/225.00	v 16 14 7 13 9 5 9 7 16 0 9 14 2 1 15 15 3 19 7 7
222.72/225.00	c 225	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
222.72/225.03	c 225	CPU 222.54 (0.04 0.01 222.5 0.27)
222.72/225.03	c 225	END Fri Jul  4 23:29:05 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-1078375-1215206720/watcher-1078375-1215206720 -o /tmp/evaluation-result-1078375-1215206720/solver-1078375-1215206720 -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-1078375-1215206720.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.07 2.04 2.00 4/72 29317
/proc/meminfo: memFree=1540728/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=12268 CPUtime=0
/proc/29317/stat : 29317 (sugar) R 29315 29317 27492 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1550338783 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248761482208 0 0 4224 0 0 0 0 17 1 0 0
/proc/29317/statm: 3067 316 241 3 0 167 0

[startup+0.0514131 s]
/proc/loadavg: 2.07 2.04 2.00 4/72 29317
/proc/meminfo: memFree=1540728/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=0.03
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 845 0 0 0 3 0 0 0 18 0 1 0 1550338783 13926400 793 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 793 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.104868 s]
/proc/loadavg: 2.07 2.04 2.00 4/72 29317
/proc/meminfo: memFree=1540728/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=0.03
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550338783 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301451 s]
/proc/loadavg: 2.07 2.04 2.00 4/72 29317
/proc/meminfo: memFree=1540728/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=0.03
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550338783 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701525 s]
/proc/loadavg: 2.07 2.04 2.00 4/72 29317
/proc/meminfo: memFree=1540728/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=0.03
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1550338783 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50268 s]
/proc/loadavg: 2.07 2.04 2.00 5/83 29339
/proc/meminfo: memFree=1533856/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=0.89
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 973 6990 0 1 3 0 80 6 16 0 1 0 1550338783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 797 370 3 0 500 0
[pid=29330] ppid=29317 vsize=5356 CPUtime=0
/proc/29330/stat : 29330 (sh) S 29317 29317 27492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550338878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29330/statm: 1339 233 193 169 0 50 0
[pid=29331] ppid=29330 vsize=864040 CPUtime=0.53
/proc/29331/stat : 29331 (java) S 29330 29317 27492 0 -1 0 4765 0 1 0 50 3 0 0 18 0 9 0 1550338879 884776960 4199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29331/statm: 216010 4199 1811 9 0 210592 0
[pid=29331/tid=29332] ppid=29330 vsize=864040 CPUtime=0.42
/proc/29331/task/29332/stat : 29332 (java) R 29330 29317 27492 0 -1 64 2448 0 1 0 41 1 0 0 20 0 9 0 1550338880 884776960 4199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29333] ppid=29330 vsize=864040 CPUtime=0.05
/proc/29331/task/29333/stat : 29333 (java) R 29330 29317 27492 0 -1 64 1319 0 0 0 5 0 0 0 16 0 9 0 1550338881 884776960 4199 996147200 134512640 134550740 4294955952 18446744073709551615 102496320 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29334] ppid=29330 vsize=864040 CPUtime=0
/proc/29331/task/29334/stat : 29334 (java) S 29330 29317 27492 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1550338881 884776960 4199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29335] ppid=29330 vsize=864040 CPUtime=0
/proc/29331/task/29335/stat : 29335 (java) S 29330 29317 27492 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1550338881 884776960 4199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29336] ppid=29330 vsize=864040 CPUtime=0
/proc/29331/task/29336/stat : 29336 (java) S 29330 29317 27492 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550338883 884776960 4199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29337] ppid=29330 vsize=864040 CPUtime=0.03
/proc/29331/task/29337/stat : 29337 (java) S 29330 29317 27492 0 -1 64 306 0 0 0 3 0 0 0 19 0 9 0 1550338883 884776960 4199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29338] ppid=29330 vsize=864040 CPUtime=0
/proc/29331/task/29338/stat : 29338 (java) S 29330 29317 27492 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550338883 884776960 4199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29339] ppid=29330 vsize=864040 CPUtime=0
/proc/29331/task/29339/stat : 29339 (java) S 29330 29317 27492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550338883 884776960 4199 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 882996

[startup+3.10194 s]
/proc/loadavg: 2.07 2.04 2.00 3/83 29339
/proc/meminfo: memFree=1515616/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=0.89
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 973 6990 0 1 3 0 80 6 15 0 1 0 1550338783 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 797 370 3 0 500 0
[pid=29330] ppid=29317 vsize=5356 CPUtime=0
/proc/29330/stat : 29330 (sh) S 29317 29317 27492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550338878 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29330/statm: 1339 233 193 169 0 50 0
[pid=29331] ppid=29330 vsize=864304 CPUtime=2.11
/proc/29331/stat : 29331 (java) S 29330 29317 27492 0 -1 0 14317 0 1 0 203 8 0 0 18 0 9 0 1550338879 885047296 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/29331/statm: 216076 13571 2540 9 0 210651 0
[pid=29331/tid=29332] ppid=29330 vsize=864304 CPUtime=1.18
/proc/29331/task/29332/stat : 29332 (java) R 29330 29317 27492 0 -1 64 2899 0 1 0 117 1 0 0 25 0 9 0 1550338880 885047296 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29333] ppid=29330 vsize=864304 CPUtime=0.85
/proc/29331/task/29333/stat : 29333 (java) R 29330 29317 27492 0 -1 64 10407 0 0 0 80 5 0 0 17 0 9 0 1550338881 885047296 13571 996147200 134512640 134550740 4294955952 18446744073709551615 103737199 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29334] ppid=29330 vsize=864304 CPUtime=0
/proc/29331/task/29334/stat : 29334 (java) S 29330 29317 27492 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550338881 885047296 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29335] ppid=29330 vsize=864304 CPUtime=0
/proc/29331/task/29335/stat : 29335 (java) S 29330 29317 27492 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550338881 885047296 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29336] ppid=29330 vsize=864304 CPUtime=0
/proc/29331/task/29336/stat : 29336 (java) S 29330 29317 27492 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1550338883 885047296 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29337] ppid=29330 vsize=864304 CPUtime=0.05
/proc/29331/task/29337/stat : 29337 (java) S 29330 29317 27492 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 1550338883 885047296 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29338] ppid=29330 vsize=864304 CPUtime=0
/proc/29331/task/29338/stat : 29338 (java) S 29330 29317 27492 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550338883 885047296 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=29331/tid=29339] ppid=29330 vsize=864304 CPUtime=0
/proc/29331/task/29339/stat : 29339 (java) S 29330 29317 27492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550338883 885047296 13571 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883260

[startup+6.30249 s]
/proc/loadavg: 2.06 2.04 2.00 3/75 29341
/proc/meminfo: memFree=1527072/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=4.54
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1031 22128 0 2 3 0 433 18 15 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29317 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29317 29317 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550339249 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29340/statm: 1339 232 193 169 0 50 0
[pid=29341] ppid=29340 vsize=8164 CPUtime=1.62
/proc/29341/stat : 29341 (minisat) R 29340 29317 27492 0 -1 4194304 1924 0 0 0 161 1 0 0 25 0 1 0 1550339250 8359936 1910 996147200 134512640 135127466 4294956256 18446744073709551615 134527154 0 0 4096 3 0 0 0 17 1 0 0
/proc/29341/statm: 2041 1910 75 150 0 1888 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 27120

[startup+12.7016 s]
/proc/loadavg: 2.06 2.04 2.00 3/75 29341
/proc/meminfo: memFree=1525600/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=4.54
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1031 22128 0 2 3 0 433 18 16 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29317 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29317 29317 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550339249 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29340/statm: 1339 232 193 169 0 50 0
[pid=29341] ppid=29340 vsize=9512 CPUtime=7.96
/proc/29341/stat : 29341 (minisat) R 29340 29317 27492 0 -1 4194304 2247 0 0 0 794 2 0 0 25 0 1 0 1550339250 9740288 2233 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/29341/statm: 2378 2233 75 150 0 2225 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 28468

[startup+25.5018 s]
/proc/loadavg: 2.05 2.03 2.00 3/75 29341
/proc/meminfo: memFree=1523872/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=4.54
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1031 22128 0 2 3 0 433 18 16 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29317 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29317 29317 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550339249 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29340/statm: 1339 232 193 169 0 50 0
[pid=29341] ppid=29340 vsize=11424 CPUtime=20.62
/proc/29341/stat : 29341 (minisat) R 29340 29317 27492 0 -1 4194304 2722 0 0 0 2060 2 0 0 25 0 1 0 1550339250 11698176 2708 996147200 134512640 135127466 4294956256 18446744073709551615 134530739 0 0 4096 3 0 0 0 17 1 0 0
/proc/29341/statm: 2856 2708 75 150 0 2703 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 30380

[startup+51.1012 s]
/proc/loadavg: 2.03 2.03 2.00 3/75 29341
/proc/meminfo: memFree=1520864/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=4.54
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1031 22128 0 2 3 0 433 18 16 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29317 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29317 29317 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550339249 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29340/statm: 1339 232 193 169 0 50 0
[pid=29341] ppid=29340 vsize=14428 CPUtime=45.99
/proc/29341/stat : 29341 (minisat) R 29340 29317 27492 0 -1 4194304 3482 0 0 0 4595 4 0 0 25 0 1 0 1550339250 14774272 3468 996147200 134512640 135127466 4294956256 18446744073709551615 134530979 0 0 4096 3 0 0 0 17 1 0 0
/proc/29341/statm: 3607 3468 75 150 0 3454 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 33384

[startup+102.307 s]
/proc/loadavg: 2.01 2.02 2.00 3/75 29341
/proc/meminfo: memFree=1519072/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=4.54
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1031 22128 0 2 3 0 433 18 16 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29317 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29317 29317 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550339249 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29340/statm: 1339 232 193 169 0 50 0
[pid=29341] ppid=29340 vsize=16024 CPUtime=96.71
/proc/29341/stat : 29341 (minisat) R 29340 29317 27492 0 -1 4194304 3878 0 0 0 9667 4 0 0 25 0 1 0 1550339250 16408576 3864 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/29341/statm: 4006 3864 75 150 0 3853 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 34980

[startup+162.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 29341
/proc/meminfo: memFree=1517536/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=4.54
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1031 22128 0 2 3 0 433 18 16 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29317 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29317 29317 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550339249 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29340/statm: 1339 232 193 169 0 50 0
[pid=29341] ppid=29340 vsize=17716 CPUtime=156.14
/proc/29341/stat : 29341 (minisat) R 29340 29317 27492 0 -1 4194304 4261 0 0 0 15609 5 0 0 25 0 1 0 1550339250 18141184 4247 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 1 0 0
/proc/29341/statm: 4429 4247 75 150 0 4276 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 36672

[startup+222.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 29341
/proc/meminfo: memFree=1515808/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=4.54
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1031 22128 0 2 3 0 433 18 16 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29317 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29317 29317 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550339249 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29340/statm: 1339 232 193 169 0 50 0
[pid=29341] ppid=29340 vsize=19484 CPUtime=215.57
/proc/29341/stat : 29341 (minisat) R 29340 29317 27492 0 -1 4194304 4691 0 0 0 21552 5 0 0 25 0 1 0 1550339250 19951616 4677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29341/statm: 4871 4677 75 150 0 4718 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 38440

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

[startup+223.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 29341
/proc/meminfo: memFree=1515744/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=4.54
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1031 22128 0 2 3 0 433 18 16 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29317 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29317 29317 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550339249 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29340/statm: 1339 232 193 169 0 50 0
[pid=29341] ppid=29340 vsize=19484 CPUtime=217.15
/proc/29341/stat : 29341 (minisat) R 29340 29317 27492 0 -1 4194304 4716 0 0 0 21710 5 0 0 25 0 1 0 1550339250 19951616 4702 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/29341/statm: 4871 4702 75 150 0 4718 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 38440

[startup+224.703 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 29341
/proc/meminfo: memFree=1515680/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=4.54
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1031 22128 0 2 3 0 433 18 16 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
[pid=29340] ppid=29317 vsize=5356 CPUtime=0
/proc/29340/stat : 29340 (sh) S 29317 29317 27492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550339249 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29340/statm: 1339 232 193 169 0 50 0
[pid=29341] ppid=29340 vsize=19616 CPUtime=217.95
/proc/29341/stat : 29341 (minisat) R 29340 29317 27492 0 -1 4194304 4730 0 0 0 21790 5 0 0 25 0 1 0 1550339250 20086784 4716 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/29341/statm: 4904 4716 75 150 0 4751 0
Current children cumulated CPU time (s) 222.49
Current children cumulated vsize (KiB) 38572

[startup+224.902 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 29341
/proc/meminfo: memFree=1515680/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=222.72
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1070 27174 0 2 4 1 22242 25 17 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 222.72
Current children cumulated vsize (KiB) 13600

[startup+225.001 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 29341
/proc/meminfo: memFree=1515680/2055920 swapFree=4180408/4192956
[pid=29317] ppid=29315 vsize=13600 CPUtime=222.72
/proc/29317/stat : 29317 (sugar) S 29315 29317 27492 0 -1 4194304 1089 27174 0 2 4 1 22242 25 16 0 1 0 1550338783 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/29317/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 222.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 225.03
CPU time (s): 222.841
CPU user time (s): 222.547
CPU system time (s): 0.293955
CPU usage (%): 99.0271
Max. virtual memory (cumulated for all children) (KiB): 883372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 222.547
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31938
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= 2343
involuntary context switches= 6848

runsolver used 0.266959 second user time and 0.766883 second system time

The end

Launcher Data (download as text)

Begin job on node55 at 2008-07-04 23:25:20
IDJOB=1078375
IDBENCH=56784
IDSOLVER=346
FILE ID=node55/1078375-1215206720
PBS_JOBID= 7881664
Free space on /tmp= 66424 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac116e5ecbd6a3660767e6a5e97fc106
RANDOM SEED=771611833

node55.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.261
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.261
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:       1541208 kB
Buffers:         81172 kB
Cached:         350556 kB
SwapCached:       6804 kB
Active:         216012 kB
Inactive:       237432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1541208 kB
SwapTotal:     4192956 kB
SwapFree:      4180408 kB
Dirty:            2692 kB
Writeback:           0 kB
Mapped:          29132 kB
Slab:            46652 kB
Committed_AS:  3165216 kB
PageTables:       1808 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= 66424 MiB
End job on node55 at 2008-07-04 23:29:05