Trace number 2080234

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.5893 17.8317

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-2.xml
MD5SUM889428b741c69397c034d6ea53d00acd
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 benchmark17.5893
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1436
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:29:58 2009
0.00/0.07	c 0	PID 26111
0.00/0.07	c 0	HOST node92.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2080234-1247369397.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080234-1247369397.xml' 'HOME/temp.csp'
0.06/0.65	c 0	300 domains, 300 variables, 2 predicates, 0 relations, 3130 constraints
0.06/0.70	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.70	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.06/0.77	c 0	Parsing HOME/temp.csp
0.63/0.93	c 0	parsed 3732 expressions
0.63/0.93	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.63/0.93	c 0	Converting to clausal form CSP
0.63/0.96	c 0	converted 374 (10%) expressions
0.91/1.02	c 1	converted 747 (20%) expressions
1.02/1.15	c 1	converted 1120 (30%) expressions
1.02/1.18	c 1	converted 1493 (40%) expressions
1.11/1.20	c 1	converted 1866 (50%) expressions
1.11/1.21	c 1	converted 2240 (60%) expressions
1.11/1.22	c 1	converted 2613 (70%) expressions
1.11/1.24	c 1	converted 2986 (80%) expressions
1.11/1.25	c 1	converted 3359 (90%) expressions
1.11/1.26	c 1	converted 3732 (100%) expressions
1.11/1.26	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 1408
1.11/1.26	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.26	c 1	Propagation in CSP
1.22/1.39	c 1	86711 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.39	c 1	CSP : 300 integers, 0 booleans, 3130 clauses, largest domain size 973
1.22/1.39	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.39	c 1	Simplifing CSP by introducing new Boolean variables
1.31/1.47	c 1	CSP : 300 integers, 5700 booleans, 8830 clauses, largest domain size 973
1.31/1.47	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.41/1.52	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.41/1.56	c 1	30 (10%) CSP integer variables are encoded (22995 clauses, 322809 bytes)
1.41/1.59	c 1	60 (20%) CSP integer variables are encoded (47595 clauses, 691809 bytes)
1.51/1.61	c 1	90 (30%) CSP integer variables are encoded (66660 clauses, 977784 bytes)
1.51/1.64	c 1	120 (40%) CSP integer variables are encoded (87735 clauses, 1293909 bytes)
1.51/1.66	c 1	150 (50%) CSP integer variables are encoded (104955 clauses, 1562404 bytes)
1.51/1.69	c 1	180 (60%) CSP integer variables are encoded (125700 clauses, 1915069 bytes)
1.61/1.72	c 1	210 (70%) CSP integer variables are encoded (148800 clauses, 2307769 bytes)
1.61/1.74	c 1	240 (80%) CSP integer variables are encoded (170775 clauses, 2681344 bytes)
1.61/1.77	c 1	270 (90%) CSP integer variables are encoded (193425 clauses, 3066394 bytes)
1.70/1.80	c 1	300 (100%) CSP integer variables are encoded (212385 clauses, 3388714 bytes)
2.20/2.36	c 2	883 (10%) CSP clauses are encoded (493370 clauses, 9618041 bytes)
2.80/2.91	c 2	1766 (20%) CSP clauses are encoded (791506 clauses, 16542058 bytes)
3.29/3.43	c 3	2649 (30%) CSP clauses are encoded (1064674 clauses, 22890769 bytes)
3.90/4.01	c 4	3532 (40%) CSP clauses are encoded (1382543 clauses, 30283415 bytes)
4.28/4.50	c 4	4415 (50%) CSP clauses are encoded (1635670 clauses, 36184663 bytes)
4.87/5.01	c 5	5298 (60%) CSP clauses are encoded (1912279 clauses, 42641477 bytes)
5.27/5.43	c 5	6181 (70%) CSP clauses are encoded (2133664 clauses, 47820801 bytes)
5.77/5.94	c 5	7064 (80%) CSP clauses are encoded (2408818 clauses, 54468489 bytes)
6.26/6.47	c 6	7947 (90%) CSP clauses are encoded (2691662 clauses, 61316428 bytes)
6.86/7.00	c 6	8830 (100%) CSP clauses are encoded (2985443 clauses, 68152563 bytes)
6.86/7.00	c 6	8830 CSP clauses encoded
6.86/7.00	c 6	Writing map file : HOME/temp.map
6.86/7.01	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.86/7.01	c 7	SAT : 218385 SAT variables, 2985443 SAT clauses, 68152563 bytes
6.86/7.01	c 7	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
6.86/7.06	c 7	SOLVING HOME/temp.cnf
6.86/7.06	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
6.86/7.06	c 7	This is MiniSat 2.0 beta
6.86/7.06	c 7	WARNING: for repeatability, setting FPU to use double precision
6.86/7.06	c 7	============================[ Problem Statistics ]=============================
6.86/7.06	c 7	|                                                                             |
6.86/7.06	c 7	|  Number of variables:  218385                                               |
6.86/7.06	c 7	|  Number of clauses:    2985443                                              |
8.53/8.74	c 8	|  Parsing time:         1.42         s                                       |
8.62/8.82	c 8	============================[ Search Statistics ]==============================
8.62/8.82	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
8.62/8.82	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
8.62/8.82	c 8	===============================================================================
8.62/8.82	c 8	|         0 |  218197  2985255  8535951 |   995085        0    nan |  0.000 % |
10.00/10.26	c 10	|       101 |  218197  2985255  8535951 |  1094593      101     28 |  0.086 % |
11.68/12.00	c 11	|       251 |  218197  2985255  8535951 |  1204052      251     27 |  0.086 % |
14.27/14.54	c 14	|       476 |  218197  2985255  8535951 |  1324458      476     25 |  0.086 % |
16.96/17.24	c 17	===============================================================================
16.96/17.26	c 17	restarts              : 4
16.96/17.26	c 17	conflicts             : 776            (79 /sec)
16.96/17.26	c 17	decisions             : 2177           (0.60 % random) (221 /sec)
16.96/17.26	c 17	propagations          : 10450949       (1060095 /sec)
16.96/17.26	c 17	conflict literals     : 23004          (14.91 % deleted)
16.96/17.26	c 17	Memory used           : 143.12 MB
16.96/17.26	c 17	CPU time              : 9.8585 s
16.96/17.26	c 17	
17.06/17.35	c 17	SATISFIABLE
17.06/17.37	c 17	DECODING HOME/temp.out WITH HOME/temp.map
17.06/17.37	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.14/17.45	c 17	Decoding HOME/temp.out
17.44/17.74	s SATISFIABLE
17.44/17.76	v 17 121 138 142 205 272 302 450 657 984 1082 1099 1121 1136 1380 18 95 175 241 318 342 427 591 607 713 750 844 1127 1416 1424 1 100 103 115 172 230 389 491 532 539 617 1121 1151 1218 1241 96 284 329 683 771 828 1096 1145 1194 1272 1303 1306 1331 1381 1383 262 383 509 544 588 625 641 972 1057 1119 1171 1184 1260 1329 1340 359 444 524 526 608 661 758 839 847 869 928 1047 1099 1222 1388 140 204 298 457 470 619 645 811 831 1024 1052 1115 1117 1286 1374 108 164 262 332 360 361 457 488 526 567 661 738 913 976 1430 394 499 597 661 712 801 897 985 998 1108 1165 1222 1321 1332 1340 3 93 247 327 375 462 564 663 677 801 803 863 935 962 1025 20 67 117 215 232 303 308 479 530 599 631 772 783 881 1267 109 178 432 570 724 823 985 1001 1090 1107 1205 1292 1300 1341 1387 105 245 274 296 346 378 440 638 682 707 763 981 1242 1267 1316 6 44 126 178 297 376 407 458 527 591 852 1048 1177 1329 1399 16 153 193 209 248 468 478 565 597 645 767 1221 1258 1271 1301 30 106 237 311 402 518 524 698 773 869 920 971 1070 1140 1417 89 141 146 205 258 404 484 568 615 640 726 821 898 949 1421 1 12 35 41 101 184 345 619 660 752 801 893 1086 1380 1405 149 269 350 366 430 474 850 858 951 1023 1122 1205 1270 1313 1401 122 289 352 536 762 791 825 882 971 1021 1049 1064 1091 1258 1357
17.44/17.76	c 17	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.44/17.80	c 17	CPU 17.53 (0.06 0.01 16.54 0.92)
17.44/17.80	c 17	END Sun Jul 12 05:30:15 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-2080234-1247369397/watcher-2080234-1247369397 -o /tmp/evaluation-result-2080234-1247369397/solver-2080234-1247369397 -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-2080234-1247369397.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: 2.00 2.02 2.00 4/85 26111
/proc/meminfo: memFree=1145632/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=12272 CPUtime=0
/proc/26111/stat : 26111 (sugar) R 26109 26111 25722 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 24004775 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 251279407717 0 0 4224 0 0 0 0 17 1 0 0
/proc/26111/statm: 3068 327 246 3 0 168 0

[startup+0.0963399 s]
/proc/loadavg: 2.00 2.02 2.00 4/85 26111
/proc/meminfo: memFree=1145632/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=0.06
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24004775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101335 s]
/proc/loadavg: 2.00 2.02 2.00 4/85 26111
/proc/meminfo: memFree=1145632/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=0.06
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24004775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301364 s]
/proc/loadavg: 2.00 2.02 2.00 4/85 26111
/proc/meminfo: memFree=1145632/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=0.06
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 24004775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701411 s]
/proc/loadavg: 2.00 2.02 2.00 4/85 26111
/proc/meminfo: memFree=1145632/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=0.06
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1245 128 0 0 5 1 0 0 16 0 1 0 24004775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26111/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50252 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 26133
/proc/meminfo: memFree=1134792/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=0.64
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1310 6835 0 1 6 1 53 4 16 0 1 0 24004775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26111/statm: 4217 1111 409 3 0 796 0
[pid=26124] ppid=26111 vsize=5356 CPUtime=0
/proc/26124/stat : 26124 (sh) S 26111 26111 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24004846 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26124/statm: 1339 233 193 169 0 50 0
[pid=26125] ppid=26124 vsize=868580 CPUtime=0.77
/proc/26125/stat : 26125 (java) S 26124 26111 25722 0 -1 0 7452 0 1 0 73 4 0 0 20 0 9 0 24004846 889425920 6668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26125/statm: 217145 6668 2566 9 0 211650 0
[pid=26125/tid=26126] ppid=26124 vsize=868580 CPUtime=0.47
/proc/26125/task/26126/stat : 26126 (java) R 26124 26111 25722 0 -1 64 2704 0 1 0 46 1 0 0 25 0 9 0 24004847 889425920 6668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26127] ppid=26124 vsize=868580 CPUtime=0.11
/proc/26125/task/26127/stat : 26127 (java) R 26124 26111 25722 0 -1 64 2565 0 0 0 11 0 0 0 16 0 9 0 24004848 889425920 6668 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26128] ppid=26124 vsize=868580 CPUtime=0
/proc/26125/task/26128/stat : 26128 (java) S 26124 26111 25722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24004848 889425920 6668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26129] ppid=26124 vsize=868580 CPUtime=0
/proc/26125/task/26129/stat : 26129 (java) S 26124 26111 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24004848 889425920 6668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26130] ppid=26124 vsize=868580 CPUtime=0
/proc/26125/task/26130/stat : 26130 (java) S 26124 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24004850 889425920 6668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26131] ppid=26124 vsize=868580 CPUtime=0.16
/proc/26125/task/26131/stat : 26131 (java) S 26124 26111 25722 0 -1 64 1484 0 0 0 15 1 0 0 16 0 9 0 24004850 889425920 6668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26132] ppid=26124 vsize=868580 CPUtime=0
/proc/26125/task/26132/stat : 26132 (java) S 26124 26111 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24004850 889425920 6668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26133] ppid=26124 vsize=868580 CPUtime=0
/proc/26125/task/26133/stat : 26133 (java) S 26124 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24004850 889425920 6668 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890804

[startup+3.10271 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 26133
/proc/meminfo: memFree=1118728/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=0.64
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1310 6835 0 1 6 1 53 4 15 0 1 0 24004775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26111/statm: 4217 1111 409 3 0 796 0
[pid=26124] ppid=26111 vsize=5356 CPUtime=0
/proc/26124/stat : 26124 (sh) S 26111 26111 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24004846 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26124/statm: 1339 233 193 169 0 50 0
[pid=26125] ppid=26124 vsize=868692 CPUtime=2.36
/proc/26125/stat : 26125 (java) S 26124 26111 25722 0 -1 0 8019 0 1 0 219 17 0 0 20 0 9 0 24004846 889540608 6730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26125/statm: 217173 6730 2590 9 0 211650 0
[pid=26125/tid=26126] ppid=26124 vsize=868692 CPUtime=1.88
/proc/26125/task/26126/stat : 26126 (java) R 26124 26111 25722 0 -1 64 3248 0 1 0 177 11 0 0 25 0 9 0 24004847 889540608 6730 996147200 134512640 134550932 4294955936 18446744073709551615 4126901672 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26127] ppid=26124 vsize=868692 CPUtime=0.26
/proc/26125/task/26127/stat : 26127 (java) S 26124 26111 25722 0 -1 64 2565 0 0 0 22 4 0 0 16 0 9 0 24004848 889540608 6730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26128] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26128/stat : 26128 (java) S 26124 26111 25722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24004848 889540608 6730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26129] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26129/stat : 26129 (java) S 26124 26111 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24004848 889540608 6730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26130] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26130/stat : 26130 (java) S 26124 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24004850 889540608 6730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26131] ppid=26124 vsize=868692 CPUtime=0.19
/proc/26125/task/26131/stat : 26131 (java) S 26124 26111 25722 0 -1 64 1507 0 0 0 18 1 0 0 16 0 9 0 24004850 889540608 6730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26132] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26132/stat : 26132 (java) S 26124 26111 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24004850 889540608 6730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26133] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26133/stat : 26133 (java) S 26124 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24004850 889540608 6730 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890916

[startup+6.30112 s]
/proc/loadavg: 2.00 2.02 2.00 3/96 26133
/proc/meminfo: memFree=1076488/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=0.64
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1310 6835 0 1 6 1 53 4 15 0 1 0 24004775 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26111/statm: 4217 1111 409 3 0 796 0
[pid=26124] ppid=26111 vsize=5356 CPUtime=0
/proc/26124/stat : 26124 (sh) S 26111 26111 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24004846 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26124/statm: 1339 233 193 169 0 50 0
[pid=26125] ppid=26124 vsize=868692 CPUtime=5.53
/proc/26125/stat : 26125 (java) S 26124 26111 25722 0 -1 0 9064 0 1 0 508 45 0 0 20 0 9 0 24004846 889540608 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26125/statm: 217173 6732 2590 9 0 211650 0
[pid=26125/tid=26126] ppid=26124 vsize=868692 CPUtime=4.81
/proc/26125/task/26126/stat : 26126 (java) R 26124 26111 25722 0 -1 64 4291 0 1 0 448 33 0 0 25 0 9 0 24004847 889540608 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4126525624 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26127] ppid=26124 vsize=868692 CPUtime=0.48
/proc/26125/task/26127/stat : 26127 (java) S 26124 26111 25722 0 -1 64 2565 0 0 0 39 9 0 0 16 0 9 0 24004848 889540608 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26128] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26128/stat : 26128 (java) S 26124 26111 25722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24004848 889540608 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26129] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26129/stat : 26129 (java) S 26124 26111 25722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24004848 889540608 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26130] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26130/stat : 26130 (java) S 26124 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24004850 889540608 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26131] ppid=26124 vsize=868692 CPUtime=0.2
/proc/26125/task/26131/stat : 26131 (java) S 26124 26111 25722 0 -1 64 1509 0 0 0 19 1 0 0 16 0 9 0 24004850 889540608 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26132] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26132/stat : 26132 (java) S 26124 26111 25722 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24004850 889540608 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26125/tid=26133] ppid=26124 vsize=868692 CPUtime=0
/proc/26125/task/26133/stat : 26133 (java) S 26124 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24004850 889540608 6732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890916

[startup+12.7019 s]
/proc/loadavg: 2.08 2.04 2.01 3/88 26135
/proc/meminfo: memFree=933768/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=6.9
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1376 16441 0 2 6 1 625 58 16 0 1 0 24004775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 4217 1113 409 3 0 796 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 25722 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 24005481 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=145528 CPUtime=5.59
/proc/26135/stat : 26135 (minisat) R 26134 26111 25722 0 -1 4194304 35011 0 0 0 532 27 0 0 25 0 1 0 24005481 149020672 34997 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 36382 34997 75 150 0 36229 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 167752

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

[startup+15.9013 s]
/proc/loadavg: 2.16 2.05 2.01 3/88 26135
/proc/meminfo: memFree=933384/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=6.9
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1376 16441 0 2 6 1 625 58 16 0 1 0 24004775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 4217 1113 409 3 0 796 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 25722 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 24005481 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=145928 CPUtime=8.77
/proc/26135/stat : 26135 (minisat) R 26134 26111 25722 0 -1 4194304 35129 0 0 0 850 27 0 0 25 0 1 0 24005481 149430272 35115 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 36482 35115 75 150 0 36329 0
Current children cumulated CPU time (s) 15.67
Current children cumulated vsize (KiB) 168152

[startup+16.7014 s]
/proc/loadavg: 2.16 2.05 2.01 5/88 26135
/proc/meminfo: memFree=934216/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=6.9
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1376 16441 0 2 6 1 625 58 16 0 1 0 24004775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26111/statm: 4217 1113 409 3 0 796 0
[pid=26134] ppid=26111 vsize=5356 CPUtime=0
/proc/26134/stat : 26134 (sh) S 26111 26111 25722 0 -1 4194304 277 0 0 0 0 0 0 0 15 0 1 0 24005481 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26134/statm: 1339 232 193 169 0 50 0
[pid=26135] ppid=26134 vsize=145928 CPUtime=9.56
/proc/26135/stat : 26135 (minisat) R 26134 26111 25722 0 -1 4194304 35134 0 0 0 929 27 0 0 25 0 1 0 24005481 149430272 35120 996147200 134512640 135127466 4294956256 18446744073709551615 134530587 0 0 4096 3 0 0 0 17 1 0 0
/proc/26135/statm: 36482 35120 75 150 0 36329 0
Current children cumulated CPU time (s) 16.46
Current children cumulated vsize (KiB) 168152

[startup+17.5015 s]
/proc/loadavg: 2.16 2.05 2.01 4/96 26145
/proc/meminfo: memFree=1068616/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=17.14
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1448 51952 0 2 6 1 1619 88 15 0 1 0 24004775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26111/statm: 4217 1113 409 3 0 796 0
[pid=26136] ppid=26111 vsize=5356 CPUtime=0
/proc/26136/stat : 26136 (sh) S 26111 26111 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24006513 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26136/statm: 1339 233 193 169 0 50 0
[pid=26137] ppid=26136 vsize=862008 CPUtime=0.11
/proc/26137/stat : 26137 (java) S 26136 26111 25722 0 -1 0 2912 0 1 0 9 2 0 0 20 0 9 0 24006513 882696192 2385 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26137/statm: 215502 2385 1249 9 0 210415 0
[pid=26137/tid=26138] ppid=26136 vsize=862008 CPUtime=0.09
/proc/26137/task/26138/stat : 26138 (java) R 26136 26111 25722 0 -1 64 2004 0 1 0 8 1 0 0 25 0 9 0 24006514 882696192 2385 996147200 134512640 134550932 4294955984 18446744073709551615 103860320 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26139] ppid=26136 vsize=862008 CPUtime=0
/proc/26137/task/26139/stat : 26139 (java) S 26136 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 24006515 882696192 2385 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26140] ppid=26136 vsize=862008 CPUtime=0
/proc/26137/task/26140/stat : 26140 (java) S 26136 26111 25722 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 24006515 882696192 2385 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26141] ppid=26136 vsize=862008 CPUtime=0
/proc/26137/task/26141/stat : 26141 (java) S 26136 26111 25722 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 24006515 882696192 2385 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26142] ppid=26136 vsize=862008 CPUtime=0
/proc/26137/task/26142/stat : 26142 (java) S 26136 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24006517 882696192 2385 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26143] ppid=26136 vsize=862008 CPUtime=0
/proc/26137/task/26143/stat : 26143 (java) R 26136 26111 25722 0 -1 64 213 0 0 0 0 0 0 0 25 0 9 0 24006517 882696192 2385 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26144] ppid=26136 vsize=862008 CPUtime=0
/proc/26137/task/26144/stat : 26144 (java) S 26136 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24006517 882696192 2385 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26145] ppid=26136 vsize=862008 CPUtime=0
/proc/26137/task/26145/stat : 26145 (java) S 26136 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 20 0 9 0 24006517 882696192 2385 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.25
Current children cumulated vsize (KiB) 884232

[startup+17.7025 s]
/proc/loadavg: 2.16 2.05 2.01 4/96 26145
/proc/meminfo: memFree=1068616/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=17.14
/proc/26111/stat : 26111 (sugar) S 26109 26111 25722 0 -1 4194304 1448 51952 0 2 6 1 1619 88 15 0 1 0 24004775 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26111/statm: 4217 1113 409 3 0 796 0
[pid=26136] ppid=26111 vsize=5356 CPUtime=0
/proc/26136/stat : 26136 (sh) S 26111 26111 25722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24006513 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/26136/statm: 1339 233 193 169 0 50 0
[pid=26137] ppid=26136 vsize=862288 CPUtime=0.3
/proc/26137/stat : 26137 (java) S 26136 26111 25722 0 -1 0 3095 0 1 0 28 2 0 0 20 0 9 0 24006513 882982912 2565 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26137/statm: 215572 2565 1279 9 0 210485 0
[pid=26137/tid=26138] ppid=26136 vsize=862288 CPUtime=0.25
/proc/26137/task/26138/stat : 26138 (java) R 26136 26111 25722 0 -1 64 2026 0 1 0 24 1 0 0 25 0 9 0 24006514 882982912 2565 996147200 134512640 134550932 4294955984 18446744073709551615 4126473945 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26139] ppid=26136 vsize=862288 CPUtime=0
/proc/26137/task/26139/stat : 26139 (java) S 26136 26111 25722 0 -1 64 72 0 0 0 0 0 0 0 16 0 9 0 24006515 882982912 2565 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26140] ppid=26136 vsize=862288 CPUtime=0
/proc/26137/task/26140/stat : 26140 (java) S 26136 26111 25722 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 24006515 882982912 2565 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26141] ppid=26136 vsize=862288 CPUtime=0
/proc/26137/task/26141/stat : 26141 (java) S 26136 26111 25722 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 24006515 882982912 2565 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26142] ppid=26136 vsize=862288 CPUtime=0
/proc/26137/task/26142/stat : 26142 (java) S 26136 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24006517 882982912 2565 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26143] ppid=26136 vsize=862288 CPUtime=0.03
/proc/26137/task/26143/stat : 26143 (java) S 26136 26111 25722 0 -1 64 303 0 0 0 3 0 0 0 16 0 9 0 24006517 882982912 2565 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26144] ppid=26136 vsize=862288 CPUtime=0
/proc/26137/task/26144/stat : 26144 (java) S 26136 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24006517 882982912 2565 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26137/tid=26145] ppid=26136 vsize=862288 CPUtime=0
/proc/26137/task/26145/stat : 26145 (java) S 26136 26111 25722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24006517 882982912 2565 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 17.44
Current children cumulated vsize (KiB) 884512

[startup+17.8047 s]
/proc/loadavg: 2.16 2.05 2.01 4/96 26145
/proc/meminfo: memFree=1068616/2055920 swapFree=4192812/4192956
[pid=26111] ppid=26109 vsize=16868 CPUtime=17.54
/proc/26111/stat : 26111 (sugar) R 26109 26111 25722 0 -1 4194304 1478 55866 0 3 6 2 1654 92 16 0 1 0 24004775 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 251279414313 0 0 4224 16386 0 0 0 17 0 0 0
/proc/26111/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.8317
CPU time (s): 17.5893
CPU user time (s): 16.6105
CPU system time (s): 0.978851
CPU usage (%): 98.6407
Max. virtual memory (cumulated for all children) (KiB): 890916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.6105
system time used= 0.978851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57404
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= 18456
involuntary context switches= 18692

runsolver used 0.031995 second user time and 0.06399 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 05:29:57
IDJOB=2080234
IDBENCH=57043
IDSOLVER=739
FILE ID=node92/2080234-1247369397
PBS_JOBID= 9507137
Free space on /tmp= 66340 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-105-2.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-2080234-1247369397/watcher-2080234-1247369397 -o /tmp/evaluation-result-2080234-1247369397/solver-2080234-1247369397 -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-2080234-1247369397.xml

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

MD5SUM BENCH= 889428b741c69397c034d6ea53d00acd
RANDOM SEED=1324319192

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1146048 kB
Buffers:         19880 kB
Cached:         157600 kB
SwapCached:          0 kB
Active:         769960 kB
Inactive:        79696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1146048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:         687808 kB
Slab:            44024 kB
Committed_AS:   852348 kB
PageTables:       3280 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= 66336 MiB
End job on node92 at 2009-07-12 05:30:15