Trace number 1060179

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 17.5783 18.26

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.02/0.21	c 0	Sugar v1-13 + HOME/minisat
0.02/0.21	c 0	BEGIN Fri Jul  4 01:00:53 2008
0.02/0.21	c 0	PID 13110
0.02/0.24	c 0	HOST node16.alineos.net
0.02/0.24	c 0	CONVERTING HOME/instance-1060179-1215126052.xml TO HOME/temp.csp
0.02/0.24	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1060179-1215126052.xml' 'HOME/temp.csp'
0.03/0.93	c 0	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.03/0.97	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.97	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.59/1.06	c 0	Parsing HOME/temp.csp
0.88/1.37	c 1	parsed 3601 expressions
0.88/1.37	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.88/1.37	c 1	Converting to clausal form CSP
0.97/1.40	c 1	converted 361 (10%) expressions
0.97/1.48	c 1	converted 721 (20%) expressions
1.08/1.58	c 1	converted 1081 (30%) expressions
1.17/1.60	c 1	converted 1441 (40%) expressions
1.17/1.62	c 1	converted 1801 (50%) expressions
1.17/1.63	c 1	converted 2161 (60%) expressions
1.17/1.64	c 1	converted 2521 (70%) expressions
1.17/1.65	c 1	converted 2881 (80%) expressions
1.17/1.66	c 1	converted 3241 (90%) expressions
1.17/1.67	c 1	converted 3601 (100%) expressions
1.17/1.67	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 999
1.17/1.67	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.17/1.67	c 1	Propagation in CSP
1.27/1.72	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.27/1.72	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 999
1.27/1.72	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.27/1.72	c 1	Simplifing CSP by introducing new Boolean variables
1.37/1.81	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 999
1.37/1.81	c 1	Heap : 6 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.37/1.85	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.47/1.90	c 1	23 (10%) CSP integer variables are encoded (22038 clauses, 308448 bytes)
1.47/1.93	c 1	45 (20%) CSP integer variables are encoded (42913 clauses, 621573 bytes)
1.47/1.96	c 1	68 (30%) CSP integer variables are encoded (64728 clauses, 948798 bytes)
1.47/1.98	c 1	90 (40%) CSP integer variables are encoded (85800 clauses, 1264878 bytes)
1.58/2.01	c 1	113 (50%) CSP integer variables are encoded (107399 clauses, 1603872 bytes)
1.58/2.04	c 1	135 (60%) CSP integer variables are encoded (128183 clauses, 1957200 bytes)
1.58/2.07	c 1	158 (70%) CSP integer variables are encoded (149831 clauses, 2325216 bytes)
1.58/2.10	c 1	180 (80%) CSP integer variables are encoded (170895 clauses, 2683304 bytes)
1.68/2.13	c 1	203 (90%) CSP integer variables are encoded (192516 clauses, 3050861 bytes)
1.68/2.16	c 2	225 (100%) CSP integer variables are encoded (213358 clauses, 3405175 bytes)
2.86/3.31	c 3	945 (10%) CSP clauses are encoded (790545 clauses, 16295195 bytes)
3.95/4.42	c 4	1890 (20%) CSP clauses are encoded (1358620 clauses, 29566376 bytes)
5.03/5.57	c 5	2835 (30%) CSP clauses are encoded (1931383 clauses, 42967789 bytes)
6.12/6.69	c 6	3780 (40%) CSP clauses are encoded (2501358 clauses, 56318354 bytes)
7.30/7.81	c 7	4725 (50%) CSP clauses are encoded (3073671 clauses, 69735541 bytes)
8.38/8.92	c 8	5670 (60%) CSP clauses are encoded (3638262 clauses, 83037451 bytes)
9.42/10.08	c 9	6615 (70%) CSP clauses are encoded (4198867 clauses, 97040291 bytes)
10.50/11.19	c 11	7560 (80%) CSP clauses are encoded (4761734 clauses, 111099681 bytes)
11.69/12.31	c 12	8505 (90%) CSP clauses are encoded (5333999 clauses, 125394021 bytes)
12.78/13.40	c 13	9450 (100%) CSP clauses are encoded (5896056 clauses, 139433161 bytes)
12.78/13.41	c 13	9450 CSP clauses encoded
12.78/13.42	c 13	Writing map file : HOME/temp.map
12.78/13.42	c 13	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.78/13.42	c 13	SAT : 219883 SAT variables, 5896056 SAT clauses, 139433161 bytes
12.78/13.42	c 13	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.78/13.48	c 13	SOLVING HOME/temp.cnf
12.78/13.48	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.78/13.48	c 13	This is MiniSat 2.0 beta
12.78/13.48	c 13	WARNING: for repeatability, setting FPU to use double precision
12.78/13.48	c 13	============================[ Problem Statistics ]=============================
12.78/13.48	c 13	|                                                                             |
12.78/13.48	c 13	|  Number of variables:  219883                                               |
12.78/13.48	c 13	|  Number of clauses:    5896056                                              |
15.91/16.61	c 16	|  Parsing time:         2.70         s                                       |
16.01/16.76	c 16	============================[ Search Statistics ]==============================
16.01/16.76	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.01/16.76	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.01/16.76	c 16	===============================================================================
16.01/16.76	c 16	|         0 |  219883  5896056 17459060 |  1965352        0    nan |  0.000 % |
16.71/17.46	c 17	===============================================================================
16.71/17.47	c 17	restarts              : 1
16.71/17.47	c 17	conflicts             : 8              (2 /sec)
16.71/17.47	c 17	decisions             : 844            (1.18 % random) (239 /sec)
16.71/17.47	c 17	propagations          : 285388         (80928 /sec)
16.71/17.47	c 17	conflict literals     : 71             (2.74 % deleted)
16.71/17.47	c 17	Memory used           : 269.78 MB
16.71/17.47	c 17	CPU time              : 3.52646 s
16.71/17.47	c 17	
16.81/17.55	c 17	SATISFIABLE
16.81/17.59	c 17	DECODING HOME/temp.out WITH HOME/temp.map
16.81/17.59	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
16.92/17.67	c 17	Decoding HOME/temp.out
16.92/18.13	s SATISFIABLE
16.92/18.14	v 63 167 443 74 493 834 737 85 4 375 283 625 393 8 895 425 657 11 326 247 116 813 710 130 272 40 938 868 558 383 503 743 41 914 781 666 424 305 151 322 55 225 10 193 50 24 309 259 512 196 12 607 47 427 814 702 921 36 365 66 18 94 4 149 336 412 860 978 494 26 48 55 56 107 176 489 538 57 333 181 11 632 731 33 0 129 821 6 211 254 3 62 328 656 725 903 997 557 262 21 809 101 220 37 476 276 944 716 819 660 498 570 780 160 335 413 37 109 50 192 756 568 617 670 73 256 406 173 0 91 114 479 307 40 51 690 775 850 420 463 0 6 232 327 538 94 12 84 161 257 0 364 681 455 584 506 740 822 257 317 5 100 162 174 224 419 480 359 500 47 535 955 110 3 34 52 134 154 214 289 834 937 363 520 610 424 374 41 137 184 0 38 223 257 695 744 802 900 261 2 428 515 16 69 159 296 323 352 598 619 252 266 333 379 389 419 470 547 560 648 694 730 818 914 947
16.92/18.15	c 17	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
16.92/18.19	c 18	CPU 15.7 (0.03 0.01 15.67 1.77)
16.92/18.19	c 18	END Fri Jul  4 01:01:11 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-1060179-1215126052/watcher-1060179-1215126052 -o /tmp/evaluation-result-1060179-1215126052/solver-1060179-1215126052 -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-1060179-1215126052.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.33 2.52 2.36 4/73 13110
/proc/meminfo: memFree=1949064/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=18572 CPUtime=0
/proc/13110/stat : 13110 (runsolver) D 13108 13110 12777 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1991579827 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 231962373415 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/13110/statm: 4643 292 257 25 0 2626 0

[startup+0.0501021 s]
/proc/loadavg: 2.33 2.52 2.36 4/73 13110
/proc/meminfo: memFree=1949064/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=2504 CPUtime=0
/proc/13110/stat : 13110 (sugar) D 13108 13110 12777 0 -1 4194304 37 0 1 0 0 0 0 0 18 0 1 0 1991579827 2564096 23 996147200 4194304 4206940 548682068608 18446744073709551615 231959757520 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/13110/statm: 626 23 17 3 0 3 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2504

[startup+0.101088 s]
/proc/loadavg: 2.33 2.52 2.36 4/73 13110
/proc/meminfo: memFree=1949064/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=7504 CPUtime=0
/proc/13110/stat : 13110 (sugar) D 13108 13110 12777 0 -1 4194304 63 0 3 0 0 0 0 0 18 0 1 0 1991579827 7684096 51 996147200 4194304 4206940 548682068608 18446744073709551615 231959754121 0 0 4096 0 18446744071563608240 0 0 17 0 0 0
/proc/13110/statm: 1876 51 38 3 0 55 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.301039 s]
/proc/loadavg: 2.33 2.52 2.36 4/73 13110
/proc/meminfo: memFree=1949064/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=0.03
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 896 127 4 0 2 1 0 0 18 0 1 0 1991579827 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13110/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701932 s]
/proc/loadavg: 2.33 2.52 2.36 4/73 13110
/proc/meminfo: memFree=1949064/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=0.03
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 896 127 4 0 2 1 0 0 18 0 1 0 1991579827 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13110/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 2.33 2.52 2.36 4/80 13128
/proc/meminfo: memFree=1942352/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=0.58
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 970 6733 4 7 2 1 50 5 15 0 1 0 1991579827 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13110/statm: 3400 797 370 3 0 500 0
[pid=13123] ppid=13110 vsize=5356 CPUtime=0
/proc/13123/stat : 13123 (sh) S 13110 13110 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991579925 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13123/statm: 1339 233 193 169 0 50 0
[pid=13124] ppid=13123 vsize=864628 CPUtime=0.5
/proc/13124/stat : 13124 (java) S 13123 13110 12777 0 -1 0 4280 0 4 0 47 3 0 0 18 0 9 0 1991579925 885379072 3710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13124/statm: 216157 3710 1733 9 0 210732 0
[pid=13124/tid=13125] ppid=13123 vsize=864628 CPUtime=0.34
/proc/13124/task/13125/stat : 13125 (java) R 13123 13110 12777 0 -1 64 2648 0 3 0 33 1 0 0 18 0 9 0 1991579926 885379072 3710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13126] ppid=13123 vsize=864628 CPUtime=0.02
/proc/13124/task/13126/stat : 13126 (java) S 13123 13110 12777 0 -1 64 490 0 0 0 2 0 0 0 16 0 9 0 1991579927 885379072 3710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13127] ppid=13123 vsize=864628 CPUtime=0
/proc/13124/task/13127/stat : 13127 (java) S 13123 13110 12777 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1991579927 885379072 3710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13128] ppid=13123 vsize=864628 CPUtime=0
/proc/13124/task/13128/stat : 13128 (java) S 13123 13110 12777 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1991579927 885379072 3710 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 883584

[startup+3.10131 s]
/proc/loadavg: 2.33 2.52 2.36 3/84 13132
/proc/meminfo: memFree=1924208/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=0.59
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 970 6733 4 7 3 1 50 5 15 0 1 0 1991579827 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13110/statm: 3400 797 370 3 0 500 0
[pid=13123] ppid=13110 vsize=5356 CPUtime=0
/proc/13123/stat : 13123 (sh) S 13110 13110 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991579925 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13123/statm: 1339 233 193 169 0 50 0
[pid=13124] ppid=13123 vsize=868492 CPUtime=2.07
/proc/13124/stat : 13124 (java) S 13123 13110 12777 0 -1 0 7826 0 6 0 192 15 0 0 18 0 9 0 1991579925 889335808 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13124/statm: 217123 6665 2564 9 0 211670 0
[pid=13124/tid=13125] ppid=13123 vsize=868492 CPUtime=1.6
/proc/13124/task/13125/stat : 13125 (java) R 13123 13110 12777 0 -1 64 3088 0 5 0 149 11 0 0 25 0 9 0 1991579926 889335808 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4126867327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13126] ppid=13123 vsize=868492 CPUtime=0.23
/proc/13124/task/13126/stat : 13126 (java) S 13123 13110 12777 0 -1 64 2558 0 0 0 20 3 0 0 16 0 9 0 1991579927 889335808 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13127] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13127/stat : 13127 (java) S 13123 13110 12777 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991579927 889335808 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13128] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13128/stat : 13128 (java) S 13123 13110 12777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991579927 889335808 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13129] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13129/stat : 13129 (java) S 13123 13110 12777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991579930 889335808 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13130] ppid=13123 vsize=868492 CPUtime=0.23
/proc/13124/task/13130/stat : 13130 (java) S 13123 13110 12777 0 -1 64 1488 0 1 0 23 0 0 0 16 0 9 0 1991579930 889335808 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13131] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13131/stat : 13131 (java) S 13123 13110 12777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991579930 889335808 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13132] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13132/stat : 13132 (java) S 13123 13110 12777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991579930 889335808 6665 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 887448

[startup+6.3026 s]
/proc/loadavg: 2.30 2.51 2.36 4/84 13132
/proc/meminfo: memFree=1884976/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=0.59
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 970 6733 4 7 3 1 50 5 16 0 1 0 1991579827 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13110/statm: 3400 797 370 3 0 500 0
[pid=13123] ppid=13110 vsize=5356 CPUtime=0
/proc/13123/stat : 13123 (sh) S 13110 13110 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991579925 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13123/statm: 1339 233 193 169 0 50 0
[pid=13124] ppid=13123 vsize=868492 CPUtime=5.23
/proc/13124/stat : 13124 (java) S 13123 13110 12777 0 -1 0 8813 0 6 0 478 45 0 0 18 0 9 0 1991579925 889335808 6668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13124/statm: 217123 6668 2564 9 0 211670 0
[pid=13124/tid=13125] ppid=13123 vsize=868492 CPUtime=4.51
/proc/13124/task/13125/stat : 13125 (java) R 13123 13110 12777 0 -1 64 4072 0 5 0 416 35 0 0 25 0 9 0 1991579926 889335808 6668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13126] ppid=13123 vsize=868492 CPUtime=0.45
/proc/13124/task/13126/stat : 13126 (java) S 13123 13110 12777 0 -1 64 2558 0 0 0 37 8 0 0 15 0 9 0 1991579927 889335808 6668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13127] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13127/stat : 13127 (java) S 13123 13110 12777 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991579927 889335808 6668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13128] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13128/stat : 13128 (java) S 13123 13110 12777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991579927 889335808 6668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13129] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13129/stat : 13129 (java) S 13123 13110 12777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991579930 889335808 6668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13130] ppid=13123 vsize=868492 CPUtime=0.23
/proc/13124/task/13130/stat : 13130 (java) S 13123 13110 12777 0 -1 64 1491 0 1 0 23 0 0 0 16 0 9 0 1991579930 889335808 6668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13131] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13131/stat : 13131 (java) S 13123 13110 12777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991579930 889335808 6668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13132] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13132/stat : 13132 (java) S 13123 13110 12777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991579930 889335808 6668 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 887448

[startup+12.7019 s]
/proc/loadavg: 2.28 2.51 2.36 3/84 13138
/proc/meminfo: memFree=1803696/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=0.59
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 970 6733 4 7 3 1 50 5 16 0 1 0 1991579827 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13110/statm: 3400 797 370 3 0 500 0
[pid=13123] ppid=13110 vsize=5356 CPUtime=0
/proc/13123/stat : 13123 (sh) S 13110 13110 12777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1991579925 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13123/statm: 1339 233 193 169 0 50 0
[pid=13124] ppid=13123 vsize=868492 CPUtime=11.5
/proc/13124/stat : 13124 (java) S 13123 13110 12777 0 -1 0 10822 0 6 0 1041 109 0 0 18 0 9 0 1991579925 889335808 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13124/statm: 217123 6674 2565 9 0 211670 0
[pid=13124/tid=13125] ppid=13123 vsize=868492 CPUtime=10.3
/proc/13124/task/13125/stat : 13125 (java) R 13123 13110 12777 0 -1 64 6075 0 5 0 944 86 0 0 25 0 9 0 1991579926 889335808 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13126] ppid=13123 vsize=868492 CPUtime=0.93
/proc/13124/task/13126/stat : 13126 (java) S 13123 13110 12777 0 -1 64 2558 0 0 0 72 21 0 0 15 0 9 0 1991579927 889335808 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13127] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13127/stat : 13127 (java) S 13123 13110 12777 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1991579927 889335808 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13128] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13128/stat : 13128 (java) S 13123 13110 12777 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1991579927 889335808 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13129] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13129/stat : 13129 (java) S 13123 13110 12777 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1991579930 889335808 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13130] ppid=13123 vsize=868492 CPUtime=0.24
/proc/13124/task/13130/stat : 13130 (java) S 13123 13110 12777 0 -1 64 1497 0 1 0 24 0 0 0 16 0 9 0 1991579930 889335808 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13131] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13131/stat : 13131 (java) S 13123 13110 12777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1991579930 889335808 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13124/tid=13132] ppid=13123 vsize=868492 CPUtime=0
/proc/13124/task/13132/stat : 13132 (java) S 13123 13110 12777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1991579930 889335808 6674 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.09
Current children cumulated vsize (KiB) 887448

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

[startup+15.902 s]
/proc/loadavg: 2.26 2.50 2.36 3/76 13140
/proc/meminfo: memFree=1652272/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=12.8
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 1029 18081 4 16 3 1 1154 122 16 0 1 0 1991579827 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13110/statm: 3400 799 370 3 0 500 0
[pid=13139] ppid=13110 vsize=5356 CPUtime=0
/proc/13139/stat : 13139 (sh) S 13110 13110 12777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991581175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13139/statm: 1339 232 193 169 0 50 0
[pid=13140] ppid=13139 vsize=199644 CPUtime=2.41
/proc/13140/stat : 13140 (minisat) R 13139 13110 12777 0 -1 4194304 48345 0 0 0 208 33 0 0 25 0 1 0 1991581175 204435456 48331 996147200 134512640 135127466 4294956272 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/13140/statm: 49911 48332 62 150 0 49758 0
Current children cumulated CPU time (s) 15.21
Current children cumulated vsize (KiB) 218600

[startup+17.5026 s]
/proc/loadavg: 2.26 2.50 2.36 3/76 13140
/proc/meminfo: memFree=1537136/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=12.8
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 1029 18081 4 16 3 1 1154 122 15 0 1 0 1991579827 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/13110/statm: 3400 799 370 3 0 500 0
[pid=13139] ppid=13110 vsize=5356 CPUtime=0
/proc/13139/stat : 13139 (sh) S 13110 13110 12777 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1991581175 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13139/statm: 1339 232 193 169 0 50 0
[pid=13140] ppid=13139 vsize=276260 CPUtime=4.01
/proc/13140/stat : 13140 (minisat) R 13139 13110 12777 0 -1 4194304 66177 0 0 0 355 46 0 0 25 0 1 0 1991581175 282890240 66162 996147200 134512640 135127466 4294956272 18446744073709551615 134722990 0 0 4096 3 0 0 0 17 0 0 0
/proc/13140/statm: 69065 66162 80 150 0 68912 0
Current children cumulated CPU time (s) 16.81
Current children cumulated vsize (KiB) 295216

[startup+17.9015 s]
/proc/loadavg: 2.26 2.50 2.36 3/76 13140
/proc/meminfo: memFree=1537136/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=16.92
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 1086 84543 4 16 3 1 1514 174 16 0 1 0 1991579827 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13110/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 16.92
Current children cumulated vsize (KiB) 13600

[startup+18.1014 s]
/proc/loadavg: 2.26 2.50 2.36 3/76 13140
/proc/meminfo: memFree=1537136/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=16.92
/proc/13110/stat : 13110 (sugar) S 13108 13110 12777 0 -1 4194304 1086 84543 4 16 3 1 1514 174 16 0 1 0 1991579827 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13110/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 16.92
Current children cumulated vsize (KiB) 13600

[startup+18.2024 s]
/proc/loadavg: 2.26 2.50 2.36 3/76 13140
/proc/meminfo: memFree=1537136/2055920 swapFree=4180112/4192956
[pid=13110] ppid=13108 vsize=13600 CPUtime=17.5
/proc/13110/stat : 13110 (sugar) R 13108 13110 12777 0 -1 4194304 1115 88326 4 17 3 3 1567 177 16 0 1 0 1991579827 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13110/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 17.5
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 18.26
CPU time (s): 17.5783
CPU user time (s): 15.7096
CPU system time (s): 1.86871
CPU usage (%): 96.2666
Max. virtual memory (cumulated for all children) (KiB): 887448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7096
system time used= 1.86871
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89471
page faults= 21
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27880
involuntary context switches= 27814

runsolver used 0.025996 second user time and 0.068989 second system time

The end

Launcher Data (download as text)

Begin job on node16 at 2008-07-04 01:00:52
IDJOB=1060179
IDBENCH=54411
IDSOLVER=346
FILE ID=node16/1060179-1215126052
PBS_JOBID= 7877254
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
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/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1060179-1215126052/watcher-1060179-1215126052 -o /tmp/evaluation-result-1060179-1215126052/solver-1060179-1215126052 -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-1060179-1215126052.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5397915d5f29b2750a915fa9c415307c
RANDOM SEED=2120294965

node16.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1949736 kB
Buffers:          8248 kB
Cached:          30756 kB
SwapCached:       5536 kB
Active:          41756 kB
Inactive:        12800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1949736 kB
SwapTotal:     4192956 kB
SwapFree:      4180112 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          23164 kB
Slab:            36936 kB
Committed_AS:  3438116 kB
PageTables:       1816 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= 66552 MiB
End job on node16 at 2008-07-04 01:01:11