Trace number 2065758

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.14.6+minisatSAT 17.6073 17.9508

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-9.xml
MD5SUMf3a501a01b9bc5992030d707bcd8787f
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.377941
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size982
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:03:54 2009
0.00/0.08	c 0	PID 13589
0.00/0.08	c 0	HOST node71.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2065758-1247339033.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065758-1247339033.xml' 'HOME/temp.csp'
0.07/0.68	c 0	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.07/0.72	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.79	c 0	Parsing HOME/temp.csp
0.66/0.91	c 0	parsed 3601 expressions
0.66/0.92	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/0.92	c 0	Converting to clausal form CSP
0.66/0.94	c 0	converted 361 (10%) expressions
0.92/1.05	c 1	converted 721 (20%) expressions
1.03/1.15	c 1	converted 1081 (30%) expressions
1.03/1.19	c 1	converted 1441 (40%) expressions
1.11/1.20	c 1	converted 1801 (50%) expressions
1.11/1.22	c 1	converted 2161 (60%) expressions
1.11/1.23	c 1	converted 2521 (70%) expressions
1.11/1.24	c 1	converted 2881 (80%) expressions
1.11/1.26	c 1	converted 3241 (90%) expressions
1.11/1.27	c 1	converted 3601 (100%) expressions
1.11/1.27	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 982
1.11/1.27	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.27	c 1	Propagation in CSP
1.11/1.29	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.11/1.29	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 982
1.11/1.29	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.30	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.38	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 982
1.22/1.38	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.43	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.47	c 1	23 (10%) CSP integer variables are encoded (21263 clauses, 296823 bytes)
1.31/1.50	c 1	45 (20%) CSP integer variables are encoded (41819 clauses, 605163 bytes)
1.41/1.52	c 1	68 (30%) CSP integer variables are encoded (63453 clauses, 929673 bytes)
1.41/1.55	c 1	90 (40%) CSP integer variables are encoded (83937 clauses, 1236933 bytes)
1.41/1.58	c 1	113 (50%) CSP integer variables are encoded (105220 clauses, 1566835 bytes)
1.51/1.61	c 1	135 (60%) CSP integer variables are encoded (125702 clauses, 1915029 bytes)
1.51/1.64	c 1	158 (70%) CSP integer variables are encoded (147146 clauses, 2279577 bytes)
1.51/1.66	c 1	180 (80%) CSP integer variables are encoded (167692 clauses, 2628859 bytes)
1.51/1.69	c 1	203 (90%) CSP integer variables are encoded (189176 clauses, 2994087 bytes)
1.61/1.72	c 1	225 (100%) CSP integer variables are encoded (209575 clauses, 3340870 bytes)
2.70/2.84	c 2	945 (10%) CSP clauses are encoded (762636 clauses, 15672133 bytes)
3.79/3.94	c 3	1890 (20%) CSP clauses are encoded (1314849 clauses, 28568996 bytes)
4.87/5.05	c 5	2835 (30%) CSP clauses are encoded (1877872 clauses, 41736926 bytes)
5.96/6.16	c 6	3780 (40%) CSP clauses are encoded (2441987 clauses, 54948730 bytes)
7.05/7.26	c 7	4725 (50%) CSP clauses are encoded (3002468 clauses, 68080858 bytes)
8.12/8.38	c 8	5670 (60%) CSP clauses are encoded (3559467 clauses, 81199131 bytes)
9.21/9.49	c 9	6615 (70%) CSP clauses are encoded (4112428 clauses, 94931633 bytes)
10.37/10.63	c 10	7560 (80%) CSP clauses are encoded (4669667 clauses, 108850323 bytes)
11.46/11.76	c 11	8505 (90%) CSP clauses are encoded (5232768 clauses, 122915563 bytes)
12.55/12.86	c 12	9450 (100%) CSP clauses are encoded (5787525 clauses, 136772203 bytes)
12.55/12.86	c 12	9450 CSP clauses encoded
12.55/12.86	c 12	Writing map file : HOME/temp.map
12.55/12.87	c 12	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.55/12.87	c 12	SAT : 216100 SAT variables, 5787525 SAT clauses, 136772203 bytes
12.55/12.87	c 12	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.62/12.91	c 12	SOLVING HOME/temp.cnf
12.62/12.91	c 12	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.62/12.91	c 12	This is MiniSat 2.0 beta
12.62/12.91	c 12	WARNING: for repeatability, setting FPU to use double precision
12.62/12.91	c 12	============================[ Problem Statistics ]=============================
12.62/12.91	c 12	|                                                                             |
12.62/12.92	c 12	|  Number of variables:  216100                                               |
12.62/12.92	c 12	|  Number of clauses:    5787525                                              |
15.96/16.40	c 16	|  Parsing time:         3.00         s                                       |
16.15/16.56	c 16	============================[ Search Statistics ]==============================
16.15/16.56	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.15/16.56	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.15/16.56	c 16	===============================================================================
16.15/16.56	c 16	|         0 |  216100  5787525 17137250 |  1929175        0    nan |  0.000 % |
16.94/17.35	c 17	===============================================================================
16.94/17.36	c 17	restarts              : 1
16.94/17.36	c 17	conflicts             : 34             (9 /sec)
16.94/17.36	c 17	decisions             : 742            (0.81 % random) (189 /sec)
16.94/17.36	c 17	propagations          : 329722         (83997 /sec)
16.94/17.36	c 17	conflict literals     : 1770           (1.34 % deleted)
16.94/17.36	c 17	Memory used           : 265.54 MB
16.94/17.36	c 17	CPU time              : 3.9254 s
16.94/17.36	c 17	
17.05/17.45	c 17	SATISFIABLE
17.05/17.49	c 17	DECODING HOME/temp.out WITH HOME/temp.map
17.05/17.49	c 17	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
17.16/17.58	c 17	Decoding HOME/temp.out
17.44/17.84	s SATISFIABLE
17.44/17.85	v 133 615 303 487 872 74 975 220 534 406 884 687 789 351 732 516 70 400 556 730 334 867 793 631 477 126 8 600 927 157 524 771 267 676 453 19 278 716 798 244 35 110 361 402 884 893 4 22 750 174 158 795 217 612 451 318 364 83 428 25 274 94 333 219 370 456 10 15 174 733 640 815 28 59 529 125 427 835 492 200 615 3 387 107 26 275 518 132 143 17 464 737 541 392 195 358 567 263 58 643 97 167 18 0 914 614 690 897 535 209 1 433 283 17 85 59 12 351 732 179 724 951 19 491 398 367 605 6 34 468 105 671 126 252 171 553 713 909 487 260 457 273 588 299 1 45 87 172 210 360 339 379 414 257 483 1 14 570 26 284 77 49 105 174 829 694 819 1 300 10 371 889 66 124 12 158 176 208 215 254 302 343 356 1 411 469 17 162 94 21 50 211 274 444 511 470 600 678 733 801 8 502 375 282 31 75 98 175 267 888 186 265 287 293 351 431 467 522 583 616 715 802 826 886 943
17.44/17.86	c 17	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.44/17.88	c 17	CPU 17.51 (0.05 0.02 15.74 1.7)
17.44/17.88	c 17	END Sat Jul 11 21:04:11 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2065758-1247339033/watcher-2065758-1247339033 -o /tmp/evaluation-result-2065758-1247339033/solver-2065758-1247339033 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2065758-1247339033.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 13589
/proc/meminfo: memFree=1163568/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=12268 CPUtime=0
/proc/13589/stat : 13589 (sugar) R 13587 13589 12849 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 20965922 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 231971273726 0 0 4224 0 0 0 0 17 1 0 0
/proc/13589/statm: 3067 316 241 3 0 167 0

[startup+0.090392 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 13589
/proc/meminfo: memFree=1163568/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=0.07
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20965922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101401 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 13589
/proc/meminfo: memFree=1163568/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=0.07
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20965922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301423 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 13589
/proc/meminfo: memFree=1163568/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=0.07
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 20965922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701475 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 13589
/proc/meminfo: memFree=1163568/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=0.07
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1245 128 0 0 5 2 0 0 15 0 1 0 20965922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50258 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 13611
/proc/meminfo: memFree=1152728/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=0.66
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1310 6819 0 1 5 2 54 5 15 0 1 0 20965922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1111 409 3 0 796 0
[pid=13602] ppid=13589 vsize=5356 CPUtime=0
/proc/13602/stat : 13602 (sh) S 13589 13589 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20965994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13602/statm: 1339 233 193 169 0 50 0
[pid=13603] ppid=13602 vsize=868676 CPUtime=0.75
/proc/13603/stat : 13603 (java) S 13602 13589 12849 0 -1 0 7475 0 1 0 70 5 0 0 19 0 9 0 20965994 889524224 6682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13603/statm: 217169 6682 2590 9 0 211646 0
[pid=13603/tid=13604] ppid=13602 vsize=868676 CPUtime=0.42
/proc/13603/task/13604/stat : 13604 (java) R 13602 13589 12849 0 -1 64 2746 0 1 0 40 2 0 0 18 0 9 0 20965995 889524224 6682 996147200 134512640 134550932 4294955936 18446744073709551615 4126892956 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13605] ppid=13602 vsize=868676 CPUtime=0.13
/proc/13603/task/13605/stat : 13605 (java) S 13602 13589 12849 0 -1 64 2540 0 0 0 13 0 0 0 16 0 9 0 20965996 889524224 6682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13606] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13606/stat : 13606 (java) S 13602 13589 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20965996 889524224 6682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13607] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13607/stat : 13607 (java) S 13602 13589 12849 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20965996 889524224 6682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13608] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13608/stat : 13608 (java) S 13602 13589 12849 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20965998 889524224 6682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13609] ppid=13602 vsize=868676 CPUtime=0.17
/proc/13603/task/13609/stat : 13609 (java) S 13602 13589 12849 0 -1 64 1490 0 0 0 16 1 0 0 16 0 9 0 20965998 889524224 6682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13610] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13610/stat : 13610 (java) S 13602 13589 12849 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20965998 889524224 6682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13611] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13611/stat : 13611 (java) S 13602 13589 12849 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20965998 889524224 6682 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890900

[startup+3.1028 s]
/proc/loadavg: 1.92 1.98 1.99 3/84 13611
/proc/meminfo: memFree=1136152/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=0.66
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1310 6819 0 1 5 2 54 5 16 0 1 0 20965922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1111 409 3 0 796 0
[pid=13602] ppid=13589 vsize=5356 CPUtime=0
/proc/13602/stat : 13602 (sh) S 13589 13589 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20965994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13602/statm: 1339 233 193 169 0 50 0
[pid=13603] ppid=13602 vsize=868676 CPUtime=2.34
/proc/13603/stat : 13603 (java) S 13602 13589 12849 0 -1 0 7971 0 1 0 215 19 0 0 19 0 9 0 20965994 889524224 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13603/statm: 217169 6699 2590 9 0 211646 0
[pid=13603/tid=13604] ppid=13602 vsize=868676 CPUtime=1.86
/proc/13603/task/13604/stat : 13604 (java) R 13602 13589 12849 0 -1 64 3226 0 1 0 172 14 0 0 25 0 9 0 20965995 889524224 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4126452369 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13605] ppid=13602 vsize=868676 CPUtime=0.26
/proc/13603/task/13605/stat : 13605 (java) S 13602 13589 12849 0 -1 64 2540 0 0 0 23 3 0 0 16 0 9 0 20965996 889524224 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13606] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13606/stat : 13606 (java) S 13602 13589 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20965996 889524224 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13607] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13607/stat : 13607 (java) S 13602 13589 12849 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20965996 889524224 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13608] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13608/stat : 13608 (java) S 13602 13589 12849 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20965998 889524224 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13609] ppid=13602 vsize=868676 CPUtime=0.19
/proc/13603/task/13609/stat : 13609 (java) S 13602 13589 12849 0 -1 64 1506 0 0 0 18 1 0 0 16 0 9 0 20965998 889524224 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13610] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13610/stat : 13610 (java) S 13602 13589 12849 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20965998 889524224 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13611] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13611/stat : 13611 (java) S 13602 13589 12849 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20965998 889524224 6699 996147200 134512640 134550932 4294955936 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) 890900

[startup+6.30224 s]
/proc/loadavg: 1.93 1.98 1.99 3/84 13611
/proc/meminfo: memFree=1097624/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=0.66
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1310 6819 0 1 5 2 54 5 16 0 1 0 20965922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1111 409 3 0 796 0
[pid=13602] ppid=13589 vsize=5356 CPUtime=0
/proc/13602/stat : 13602 (sh) S 13589 13589 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20965994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13602/statm: 1339 233 193 169 0 50 0
[pid=13603] ppid=13602 vsize=868676 CPUtime=5.5
/proc/13603/stat : 13603 (java) S 13602 13589 12849 0 -1 0 8957 0 1 0 501 49 0 0 19 0 9 0 20965994 889524224 6702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13603/statm: 217169 6702 2590 9 0 211646 0
[pid=13603/tid=13604] ppid=13602 vsize=868676 CPUtime=4.74
/proc/13603/task/13604/stat : 13604 (java) R 13602 13589 12849 0 -1 64 4210 0 1 0 436 38 0 0 25 0 9 0 20965995 889524224 6702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13605] ppid=13602 vsize=868676 CPUtime=0.53
/proc/13603/task/13605/stat : 13605 (java) S 13602 13589 12849 0 -1 64 2540 0 0 0 45 8 0 0 16 0 9 0 20965996 889524224 6702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13606] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13606/stat : 13606 (java) S 13602 13589 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20965996 889524224 6702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13607] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13607/stat : 13607 (java) S 13602 13589 12849 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20965996 889524224 6702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13608] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13608/stat : 13608 (java) S 13602 13589 12849 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20965998 889524224 6702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13609] ppid=13602 vsize=868676 CPUtime=0.2
/proc/13603/task/13609/stat : 13609 (java) S 13602 13589 12849 0 -1 64 1508 0 0 0 19 1 0 0 17 0 9 0 20965998 889524224 6702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13610] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13610/stat : 13610 (java) S 13602 13589 12849 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20965998 889524224 6702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13611] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13611/stat : 13611 (java) S 13602 13589 12849 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20965998 889524224 6702 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890900

[startup+12.7021 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 13611
/proc/meminfo: memFree=1017560/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=0.66
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1310 6819 0 1 5 2 54 5 16 0 1 0 20965922 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1111 409 3 0 796 0
[pid=13602] ppid=13589 vsize=5356 CPUtime=0
/proc/13602/stat : 13602 (sh) S 13589 13589 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20965994 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13602/statm: 1339 233 193 169 0 50 0
[pid=13603] ppid=13602 vsize=868676 CPUtime=11.8
/proc/13603/stat : 13603 (java) S 13602 13589 12849 0 -1 0 10945 0 1 0 1071 109 0 0 19 0 9 0 20965994 889524224 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13603/statm: 217169 6709 2590 9 0 211646 0
[pid=13603/tid=13604] ppid=13602 vsize=868676 CPUtime=10.48
/proc/13603/task/13604/stat : 13604 (java) R 13602 13589 12849 0 -1 64 6191 0 1 0 963 85 0 0 25 0 9 0 20965995 889524224 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4126452505 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13605] ppid=13602 vsize=868676 CPUtime=1.08
/proc/13603/task/13605/stat : 13605 (java) S 13602 13589 12849 0 -1 64 2540 0 0 0 87 21 0 0 15 0 9 0 20965996 889524224 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13606] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13606/stat : 13606 (java) S 13602 13589 12849 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20965996 889524224 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13607] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13607/stat : 13607 (java) S 13602 13589 12849 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20965996 889524224 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13608] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13608/stat : 13608 (java) S 13602 13589 12849 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20965998 889524224 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13609] ppid=13602 vsize=868676 CPUtime=0.21
/proc/13603/task/13609/stat : 13609 (java) S 13602 13589 12849 0 -1 64 1515 0 0 0 20 1 0 0 16 0 9 0 20965998 889524224 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13610] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13610/stat : 13610 (java) S 13602 13589 12849 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20965998 889524224 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13603/tid=13611] ppid=13602 vsize=868676 CPUtime=0
/proc/13603/task/13611/stat : 13611 (java) S 13602 13589 12849 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20965998 889524224 6709 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 890900

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

[startup+15.9015 s]
/proc/loadavg: 2.09 2.02 2.01 3/76 13613
/proc/meminfo: memFree=853784/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=12.64
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1376 18122 0 2 5 2 1141 116 16 0 1 0 20965922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1113 409 3 0 796 0
[pid=13612] ppid=13589 vsize=5356 CPUtime=0
/proc/13612/stat : 13612 (sh) S 13589 13589 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20967213 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13612/statm: 1339 232 193 169 0 50 0
[pid=13613] ppid=13612 vsize=214032 CPUtime=2.91
/proc/13613/stat : 13613 (minisat) R 13612 13589 12849 0 -1 4194304 52304 0 0 0 254 37 0 0 25 0 1 0 20967213 219168768 52290 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 53508 52290 62 150 0 53355 0
Current children cumulated CPU time (s) 15.55
Current children cumulated vsize (KiB) 236256

[startup+16.7017 s]
/proc/loadavg: 2.09 2.02 2.01 3/76 13613
/proc/meminfo: memFree=780632/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=12.64
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1376 18122 0 2 5 2 1141 116 15 0 1 0 20965922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1113 409 3 0 796 0
[pid=13612] ppid=13589 vsize=5356 CPUtime=0
/proc/13612/stat : 13612 (sh) S 13589 13589 12849 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20967213 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13612/statm: 1339 232 193 169 0 50 0
[pid=13613] ppid=13612 vsize=259156 CPUtime=3.7
/proc/13613/stat : 13613 (minisat) R 13612 13589 12849 0 -1 4194304 61829 0 0 0 328 42 0 0 25 0 1 0 20967213 265375744 61815 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/13613/statm: 64789 61815 72 150 0 64636 0
Current children cumulated CPU time (s) 16.34
Current children cumulated vsize (KiB) 281380

[startup+17.5018 s]
/proc/loadavg: 2.09 2.02 2.01 3/76 13615
/proc/meminfo: memFree=1022744/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=17.16
/proc/13589/stat : 13589 (sugar) S 13587 13589 12849 0 -1 4194304 1430 83345 0 2 5 2 1542 167 16 0 1 0 20965922 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 231971270754 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13589/statm: 4217 1113 409 3 0 796 0
[pid=13614] ppid=13589 vsize=5356 CPUtime=0
/proc/13614/stat : 13614 (sh) S 13589 13589 12849 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20967671 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231962370884 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13614/statm: 1339 233 193 169 0 50 0
[pid=13615] ppid=13614 vsize=152 CPUtime=0
/proc/13615/stat : 13615 (java) R 13614 13589 12849 0 -1 0 40 0 0 0 0 0 0 0 19 0 1 0 20967672 155648 26 996147200 134512640 134550932 4294956144 18446744073709551615 7205163 0 0 4096 0 0 0 0 17 1 0 0
/proc/13615/statm: 38 26 19 9 0 4 0
Current children cumulated CPU time (s) 17.16
Current children cumulated vsize (KiB) 22376

[startup+17.9018 s]
/proc/loadavg: 2.09 2.02 2.01 3/76 13615
/proc/meminfo: memFree=1022744/2055920 swapFree=4192952/4192956
[pid=13589] ppid=13587 vsize=16868 CPUtime=17.54
/proc/13589/stat : 13589 (sugar) R 13587 13589 12849 0 -1 4194304 1478 87248 0 3 5 5 1574 170 16 0 1 0 20965922 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231962547241 0 0 4224 16386 0 0 0 17 1 0 0
/proc/13589/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 17.54
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 17.9508
CPU time (s): 17.6073
CPU user time (s): 15.8006
CPU system time (s): 1.80672
CPU usage (%): 98.0865
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8006
system time used= 1.80672
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88786
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= 34304
involuntary context switches= 34501

runsolver used 0.028995 second user time and 0.067989 second system time

The end

Launcher Data

Begin job on node71 at 2009-07-11 21:03:53
IDJOB=2065758
IDBENCH=54412
IDSOLVER=739
FILE ID=node71/2065758-1247339033
PBS_JOBID= 9506750
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-9.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065758-1247339033/watcher-2065758-1247339033 -o /tmp/evaluation-result-2065758-1247339033/solver-2065758-1247339033 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2065758-1247339033.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f3a501a01b9bc5992030d707bcd8787f
RANDOM SEED=1576314472

node71.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.222
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.222
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:       1164048 kB
Buffers:         52048 kB
Cached:         768436 kB
SwapCached:          4 kB
Active:          67772 kB
Inactive:       772124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1164048 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1720 kB
Writeback:           0 kB
Mapped:          30156 kB
Slab:            37160 kB
Committed_AS:   212968 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= 66380 MiB
End job on node71 at 2009-07-11 21:04:11