Trace number 1060178

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+picosatSAT 67.5087 68.466

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-8.xml
MD5SUM5397915d5f29b2750a915fa9c415307c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.825874
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size999
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 01:00:52 2008
0.00/0.04	c 0	PID 25426
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1060178-1215126051.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060178-1215126051.xml' 'HOME/temp.csp'
0.03/0.86	c 0	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.03/0.88	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.88	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.83/0.96	c 0	Parsing HOME/temp.csp
1.13/1.20	c 1	parsed 3601 expressions
1.13/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.13/1.21	c 1	Converting to clausal form CSP
1.13/1.24	c 1	converted 361 (10%) expressions
1.22/1.32	c 1	converted 721 (20%) expressions
1.32/1.41	c 1	converted 1081 (30%) expressions
1.32/1.44	c 1	converted 1441 (40%) expressions
1.32/1.46	c 1	converted 1801 (50%) expressions
1.32/1.47	c 1	converted 2161 (60%) expressions
1.32/1.48	c 1	converted 2521 (70%) expressions
1.32/1.49	c 1	converted 2881 (80%) expressions
1.42/1.50	c 1	converted 3241 (90%) expressions
1.42/1.51	c 1	converted 3601 (100%) expressions
1.42/1.51	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 999
1.42/1.51	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.51	c 1	Propagation in CSP
1.42/1.56	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.42/1.56	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 999
1.42/1.56	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.42/1.56	c 1	Simplifing CSP by introducing new Boolean variables
1.51/1.65	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 999
1.51/1.65	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.51/1.69	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.62/1.74	c 1	23 (10%) CSP integer variables are encoded (22038 clauses, 308448 bytes)
1.62/1.77	c 1	45 (20%) CSP integer variables are encoded (42913 clauses, 621573 bytes)
1.62/1.79	c 1	68 (30%) CSP integer variables are encoded (64728 clauses, 948798 bytes)
1.72/1.82	c 1	90 (40%) CSP integer variables are encoded (85800 clauses, 1264878 bytes)
1.72/1.85	c 1	113 (50%) CSP integer variables are encoded (107399 clauses, 1603872 bytes)
1.72/1.88	c 1	135 (60%) CSP integer variables are encoded (128183 clauses, 1957200 bytes)
1.81/1.90	c 1	158 (70%) CSP integer variables are encoded (149831 clauses, 2325216 bytes)
1.81/1.93	c 1	180 (80%) CSP integer variables are encoded (170895 clauses, 2683304 bytes)
1.81/1.96	c 1	203 (90%) CSP integer variables are encoded (192516 clauses, 3050861 bytes)
1.81/1.99	c 1	225 (100%) CSP integer variables are encoded (213358 clauses, 3405175 bytes)
2.96/3.27	c 3	945 (10%) CSP clauses are encoded (790545 clauses, 16295195 bytes)
4.05/4.39	c 4	1890 (20%) CSP clauses are encoded (1358620 clauses, 29566376 bytes)
5.24/5.52	c 5	2835 (30%) CSP clauses are encoded (1931383 clauses, 42967789 bytes)
6.34/6.64	c 6	3780 (40%) CSP clauses are encoded (2501358 clauses, 56318354 bytes)
7.42/7.76	c 7	4725 (50%) CSP clauses are encoded (3073671 clauses, 69735541 bytes)
8.48/8.90	c 8	5670 (60%) CSP clauses are encoded (3638262 clauses, 83037451 bytes)
9.66/10.05	c 10	6615 (70%) CSP clauses are encoded (4198867 clauses, 97040291 bytes)
10.75/11.17	c 11	7560 (80%) CSP clauses are encoded (4761734 clauses, 111099681 bytes)
11.92/12.31	c 12	8505 (90%) CSP clauses are encoded (5333999 clauses, 125394021 bytes)
12.99/13.44	c 13	9450 (100%) CSP clauses are encoded (5896056 clauses, 139433161 bytes)
12.99/13.44	c 13	9450 CSP clauses encoded
12.99/13.44	c 13	Writing map file : HOME/temp.map
12.99/13.45	c 13	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.99/13.45	c 13	SAT : 219883 SAT variables, 5896056 SAT clauses, 139433161 bytes
12.99/13.45	c 13	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.99/13.46	c 13	SOLVING HOME/temp.cnf
12.99/13.46	c 13	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
66.78/67.75	c 67	DECODING HOME/temp.out WITH HOME/temp.map
66.78/67.75	c 67	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
66.85/67.84	c 67	Decoding HOME/temp.out
67.37/68.32	s SATISFIABLE
67.37/68.33	v 161 167 701 150 38 555 852 84 0 14 266 817 99 501 734 695 849 615 290 265 599 44 409 347 544 155 937 775 616 733 370 775 54 625 813 531 710 203 67 110 892 220 22 501 33 114 301 126 710 554 1 904 41 412 815 475 223 23 357 615 159 337 710 149 623 541 892 105 712 126 845 0 38 370 1 32 83 927 263 129 10 690 363 61 4 194 527 0 309 464 36 177 278 464 783 904 4 365 540 6 606 54 140 22 216 696 755 306 819 5 533 605 159 125 370 448 4 198 249 61 756 661 700 395 213 140 481 561 173 0 231 35 290 23 118 648 775 850 413 456 6 10 226 321 538 157 12 84 94 251 620 411 352 490 644 541 741 822 246 306 0 89 151 163 213 318 465 613 496 39 673 949 105 0 32 44 129 149 209 284 834 937 359 516 610 424 374 41 137 184 0 38 223 257 695 743 802 900 256 0 431 515 14 67 159 291 318 352 598 619 252 266 333 379 389 419 470 547 560 648 694 730 818 914 947
67.37/68.33	c 68	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
67.37/68.39	c 68	CPU 37.55 (0.04 0.01 37.51 29.86)
67.37/68.39	c 68	END Fri Jul  4 01:02:00 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-1060178-1215126051/watcher-1060178-1215126051 -o /tmp/evaluation-result-1060178-1215126051/solver-1060178-1215126051 -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/picosat -tmp=HOME/temp HOME/instance-1060178-1215126051.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.05 1.80 1.42 4/81 25426
/proc/meminfo: memFree=1587216/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=12132 CPUtime=0
/proc/25426/stat : 25426 (sugar) R 25424 25426 23396 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 997009766 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 206399140640 0 0 4224 0 0 0 0 17 1 0 0
/proc/25426/statm: 3033 182 142 3 0 133 0

[startup+0.14543 s]
/proc/loadavg: 2.05 1.80 1.42 4/81 25426
/proc/meminfo: memFree=1587216/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=0.03
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 997009766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201436 s]
/proc/loadavg: 2.05 1.80 1.42 4/81 25426
/proc/meminfo: memFree=1587216/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=0.03
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 997009766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301443 s]
/proc/loadavg: 2.05 1.80 1.42 4/81 25426
/proc/meminfo: memFree=1587216/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=0.03
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 997009766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701492 s]
/proc/loadavg: 2.05 1.80 1.42 4/81 25426
/proc/meminfo: memFree=1587216/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=0.03
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 900 127 0 0 3 0 0 0 21 0 1 0 997009766 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50257 s]
/proc/loadavg: 2.05 1.80 1.42 3/92 25448
/proc/meminfo: memFree=1579192/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=0.83
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 974 6742 0 1 3 0 76 4 15 0 1 0 997009766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 797 370 3 0 500 0
[pid=25439] ppid=25426 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25426 25426 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997009854 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25439/statm: 1339 233 193 169 0 50 0
[pid=25440] ppid=25439 vsize=868252 CPUtime=0.59
/proc/25440/stat : 25440 (java) S 25439 25426 23396 0 -1 0 5629 0 1 0 56 3 0 0 18 0 9 0 997009855 889090048 5023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25440/statm: 217063 5023 1734 9 0 211638 0
[pid=25440/tid=25441] ppid=25439 vsize=868252 CPUtime=0.34
/proc/25440/task/25441/stat : 25441 (java) R 25439 25426 23396 0 -1 64 2656 0 1 0 33 1 0 0 22 0 9 0 997009855 889090048 5023 996147200 134512640 134550740 4294955952 18446744073709551615 4126832793 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25442] ppid=25439 vsize=868252 CPUtime=0.04
/proc/25440/task/25442/stat : 25442 (java) S 25439 25426 23396 0 -1 64 822 0 0 0 4 0 0 0 16 0 9 0 997009856 889090048 5023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25443] ppid=25439 vsize=868252 CPUtime=0
/proc/25440/task/25443/stat : 25443 (java) S 25439 25426 23396 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 997009857 889090048 5023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25444] ppid=25439 vsize=868252 CPUtime=0
/proc/25440/task/25444/stat : 25444 (java) S 25439 25426 23396 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 997009857 889090048 5023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25445] ppid=25439 vsize=868252 CPUtime=0
/proc/25440/task/25445/stat : 25445 (java) S 25439 25426 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997009859 889090048 5023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25446] ppid=25439 vsize=868252 CPUtime=0.18
/proc/25440/task/25446/stat : 25446 (java) S 25439 25426 23396 0 -1 64 1459 0 0 0 17 1 0 0 16 0 9 0 997009859 889090048 5023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25447] ppid=25439 vsize=868252 CPUtime=0
/proc/25440/task/25447/stat : 25447 (java) S 25439 25426 23396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 997009859 889090048 5023 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25448] ppid=25439 vsize=868252 CPUtime=0
/proc/25440/task/25448/stat : 25448 (java) S 25439 25426 23396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997009859 889090048 5023 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) 887208

[startup+3.10273 s]
/proc/loadavg: 2.05 1.80 1.42 3/92 25448
/proc/meminfo: memFree=1562680/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=0.83
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 974 6742 0 1 3 0 76 4 15 0 1 0 997009766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 797 370 3 0 500 0
[pid=25439] ppid=25426 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25426 25426 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997009854 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25439/statm: 1339 233 193 169 0 50 0
[pid=25440] ppid=25439 vsize=868476 CPUtime=2.09
/proc/25440/stat : 25440 (java) S 25439 25426 23396 0 -1 0 7854 0 1 0 191 18 0 0 18 0 9 0 997009855 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25440/statm: 217119 6662 2564 9 0 211666 0
[pid=25440/tid=25441] ppid=25439 vsize=868476 CPUtime=1.58
/proc/25440/task/25441/stat : 25441 (java) D 25439 25426 23396 0 -1 64 3114 0 1 0 146 12 0 0 25 0 9 0 997009855 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608240 0 0 -1 1 0 0
[pid=25440/tid=25442] ppid=25439 vsize=868476 CPUtime=0.25
/proc/25440/task/25442/stat : 25442 (java) S 25439 25426 23396 0 -1 64 2553 0 0 0 21 4 0 0 16 0 9 0 997009856 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25443] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25443/stat : 25443 (java) S 25439 25426 23396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 997009857 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25444] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25444/stat : 25444 (java) S 25439 25426 23396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 997009857 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25445] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25445/stat : 25445 (java) S 25439 25426 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997009859 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25446] ppid=25439 vsize=868476 CPUtime=0.24
/proc/25440/task/25446/stat : 25446 (java) S 25439 25426 23396 0 -1 64 1493 0 0 0 23 1 0 0 16 0 9 0 997009859 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25447] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25447/stat : 25447 (java) S 25439 25426 23396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 997009859 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25448] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25448/stat : 25448 (java) S 25439 25426 23396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997009859 889319424 6662 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 887432

[startup+6.30107 s]
/proc/loadavg: 2.05 1.80 1.42 3/92 25448
/proc/meminfo: memFree=1525624/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=0.83
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 974 6742 0 1 3 0 76 4 16 0 1 0 997009766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 797 370 3 0 500 0
[pid=25439] ppid=25426 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25426 25426 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997009854 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25439/statm: 1339 233 193 169 0 50 0
[pid=25440] ppid=25439 vsize=868476 CPUtime=5.21
/proc/25440/stat : 25440 (java) S 25439 25426 23396 0 -1 0 8828 0 1 0 473 48 0 0 18 0 9 0 997009855 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25440/statm: 217119 6665 2564 9 0 211666 0
[pid=25440/tid=25441] ppid=25439 vsize=868476 CPUtime=4.45
/proc/25440/task/25441/stat : 25441 (java) R 25439 25426 23396 0 -1 64 4085 0 1 0 410 35 0 0 25 0 9 0 997009855 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4126931125 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25442] ppid=25439 vsize=868476 CPUtime=0.48
/proc/25440/task/25442/stat : 25442 (java) S 25439 25426 23396 0 -1 64 2553 0 0 0 38 10 0 0 16 0 9 0 997009856 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25443] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25443/stat : 25443 (java) S 25439 25426 23396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 997009857 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25444] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25444/stat : 25444 (java) S 25439 25426 23396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 997009857 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25445] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25445/stat : 25445 (java) S 25439 25426 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997009859 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25446] ppid=25439 vsize=868476 CPUtime=0.24
/proc/25440/task/25446/stat : 25446 (java) S 25439 25426 23396 0 -1 64 1496 0 0 0 23 1 0 0 16 0 9 0 997009859 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25447] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25447/stat : 25447 (java) S 25439 25426 23396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 997009859 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25448] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25448/stat : 25448 (java) S 25439 25426 23396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997009859 889319424 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 887432

[startup+12.7027 s]
/proc/loadavg: 2.05 1.80 1.43 3/92 25454
/proc/meminfo: memFree=1446064/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=0.83
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 974 6742 0 1 3 0 76 4 16 0 1 0 997009766 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 797 370 3 0 500 0
[pid=25439] ppid=25426 vsize=5356 CPUtime=0
/proc/25439/stat : 25439 (sh) S 25426 25426 23396 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 997009854 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25439/statm: 1339 233 193 169 0 50 0
[pid=25440] ppid=25439 vsize=868476 CPUtime=11.48
/proc/25440/stat : 25440 (java) S 25439 25426 23396 0 -1 0 10819 0 1 0 1033 115 0 0 18 0 9 0 997009855 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25440/statm: 217119 6671 2565 9 0 211666 0
[pid=25440/tid=25441] ppid=25439 vsize=868476 CPUtime=10.21
/proc/25440/task/25441/stat : 25441 (java) R 25439 25426 23396 0 -1 64 6070 0 1 0 930 91 0 0 25 0 9 0 997009855 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4126927692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25442] ppid=25439 vsize=868476 CPUtime=0.99
/proc/25440/task/25442/stat : 25442 (java) S 25439 25426 23396 0 -1 64 2553 0 0 0 78 21 0 0 16 0 9 0 997009856 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25443] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25443/stat : 25443 (java) S 25439 25426 23396 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 997009857 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25444] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25444/stat : 25444 (java) S 25439 25426 23396 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 997009857 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25445] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25445/stat : 25445 (java) S 25439 25426 23396 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 997009859 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25446] ppid=25439 vsize=868476 CPUtime=0.25
/proc/25440/task/25446/stat : 25446 (java) S 25439 25426 23396 0 -1 64 1502 0 0 0 24 1 0 0 16 0 9 0 997009859 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25447] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25447/stat : 25447 (java) S 25439 25426 23396 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 997009859 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25440/tid=25448] ppid=25439 vsize=868476 CPUtime=0
/proc/25440/task/25448/stat : 25448 (java) S 25439 25426 23396 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 997009859 889319424 6671 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 887432

[startup+25.501 s]
/proc/loadavg: 2.10 1.83 1.44 3/84 25456
/proc/meminfo: memFree=1387448/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=13.07
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 1022 18095 0 2 4 1 1176 126 16 0 1 0 997009766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25426 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25426 25426 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997011112 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=67324 CPUtime=11.91
/proc/25456/stat : 25456 (picosat) R 25455 25426 23396 0 -1 4194304 15108 0 0 0 552 639 0 0 25 0 1 0 997011112 68939776 15094 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25456/statm: 16831 15094 40 102 0 16726 0
Current children cumulated CPU time (s) 24.98
Current children cumulated vsize (KiB) 86280

[startup+51.1017 s]
/proc/loadavg: 2.07 1.84 1.46 3/84 25456
/proc/meminfo: memFree=1289144/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=13.07
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 1022 18095 0 2 4 1 1176 126 16 0 1 0 997009766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25426 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25426 25426 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997011112 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=162768 CPUtime=37.27
/proc/25456/stat : 25456 (picosat) R 25455 25426 23396 0 -1 4194304 39714 0 0 0 1716 2011 0 0 25 0 1 0 997011112 166674432 39700 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25456/statm: 40692 39700 40 102 0 40587 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 181724

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

[startup+51.2017 s]
/proc/loadavg: 2.07 1.84 1.46 3/84 25456
/proc/meminfo: memFree=1289144/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=13.07
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 1022 18095 0 2 4 1 1176 126 16 0 1 0 997009766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25426 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25426 25426 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997011112 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=163164 CPUtime=37.37
/proc/25456/stat : 25456 (picosat) R 25455 25426 23396 0 -1 4194304 39810 0 0 0 1722 2015 0 0 25 0 1 0 997011112 167079936 39796 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25456/statm: 40791 39796 40 102 0 40686 0
Current children cumulated CPU time (s) 50.44
Current children cumulated vsize (KiB) 182120

[startup+57.6013 s]
/proc/loadavg: 2.06 1.84 1.46 3/84 25456
/proc/meminfo: memFree=1263864/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=13.07
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 1022 18095 0 2 4 1 1176 126 16 0 1 0 997009766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25426 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25426 25426 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997011112 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=201196 CPUtime=43.71
/proc/25456/stat : 25456 (picosat) R 25455 25426 23396 0 -1 4194304 45902 0 0 0 2015 2356 0 0 25 0 1 0 997011112 206024704 45888 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25456/statm: 50299 45888 40 102 0 50194 0
Current children cumulated CPU time (s) 56.78
Current children cumulated vsize (KiB) 220152

[startup+64.003 s]
/proc/loadavg: 2.05 1.85 1.46 3/84 25456
/proc/meminfo: memFree=1238456/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=13.07
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 1022 18095 0 2 4 1 1176 126 16 0 1 0 997009766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25426 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25426 25426 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997011112 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=222844 CPUtime=50.05
/proc/25456/stat : 25456 (picosat) R 25455 25426 23396 0 -1 4194304 52035 0 0 0 2314 2691 0 0 25 0 1 0 997011112 228192256 52021 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/25456/statm: 55711 52021 40 102 0 55606 0
Current children cumulated CPU time (s) 63.12
Current children cumulated vsize (KiB) 241800

[startup+65.6022 s]
/proc/loadavg: 2.05 1.85 1.46 3/84 25456
/proc/meminfo: memFree=1234232/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=13.07
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 1022 18095 0 2 4 1 1176 126 16 0 1 0 997009766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25426 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25426 25426 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997011112 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=228388 CPUtime=51.64
/proc/25456/stat : 25456 (picosat) R 25455 25426 23396 0 -1 4194304 53572 0 0 0 2389 2775 0 0 25 0 1 0 997011112 233869312 53558 996147200 134512640 134931368 4294956256 18446744073709551615 134520549 0 0 4096 0 0 0 0 17 1 0 0
/proc/25456/statm: 57097 53558 40 102 0 56992 0
Current children cumulated CPU time (s) 64.71
Current children cumulated vsize (KiB) 247344

[startup+67.2063 s]
/proc/loadavg: 2.05 1.85 1.46 3/84 25456
/proc/meminfo: memFree=1225784/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=13.07
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 1022 18095 0 2 4 1 1176 126 16 0 1 0 997009766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 799 370 3 0 500 0
[pid=25455] ppid=25426 vsize=5356 CPUtime=0
/proc/25455/stat : 25455 (sh) S 25426 25426 23396 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 997011112 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25455/statm: 1339 232 193 169 0 50 0
[pid=25456] ppid=25455 vsize=234236 CPUtime=53.23
/proc/25456/stat : 25456 (picosat) R 25455 25426 23396 0 -1 4194304 55105 0 0 0 2469 2854 0 0 25 0 1 0 997011112 239857664 55091 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/25456/statm: 58559 55091 42 102 0 58454 0
Current children cumulated CPU time (s) 66.3
Current children cumulated vsize (KiB) 253192

[startup+68.0014 s]
/proc/loadavg: 2.05 1.85 1.46 3/84 25456
/proc/meminfo: memFree=1225784/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=66.85
/proc/25426/stat : 25426 (sugar) S 25424 25426 23396 0 -1 4194304 1091 73655 0 2 4 1 3696 2984 16 0 1 0 997009766 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25426/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 66.85
Current children cumulated vsize (KiB) 13600

[startup+68.4015 s]
/proc/loadavg: 2.05 1.85 1.47 3/92 25466
/proc/meminfo: memFree=1438968/2055920 swapFree=4180884/4192956
[pid=25426] ppid=25424 vsize=13600 CPUtime=67.43
/proc/25426/stat : 25426 (sugar) R 25424 25426 23396 0 -1 4194304 1119 77518 0 3 4 2 3751 2986 16 0 1 0 997009766 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 206381487145 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25426/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 67.43
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 68.466
CPU time (s): 67.5087
CPU user time (s): 37.5523
CPU system time (s): 29.9564
CPU usage (%): 98.6018
Max. virtual memory (cumulated for all children) (KiB): 887432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.5523
system time used= 29.9564
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78667
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= 27604
involuntary context switches= 30166

runsolver used 0.105983 second user time and 0.217966 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 01:00:51
IDJOB=1060178
IDBENCH=54411
IDSOLVER=345
FILE ID=node2/1060178-1215126051
PBS_JOBID= 7877199
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-8.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060178-1215126051/watcher-1060178-1215126051 -o /tmp/evaluation-result-1060178-1215126051/solver-1060178-1215126051 -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/picosat" -tmp="HOME/temp" HOME/instance-1060178-1215126051.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5397915d5f29b2750a915fa9c415307c
RANDOM SEED=655790496

node2.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.236
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.236
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:       1587696 kB
Buffers:         71616 kB
Cached:         278932 kB
SwapCached:       5908 kB
Active:         239108 kB
Inactive:       161548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1587696 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          63888 kB
Slab:            52516 kB
Committed_AS:  2249268 kB
PageTables:       2140 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node2 at 2008-07-04 01:02:00