Trace number 2065757

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+picosatSAT 65.561 66.022

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.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sat Jul 11 21:03:46 2009
0.00/0.07	c 0	PID 14274
0.00/0.07	c 0	HOST node18.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2065757-1247339025.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-2065757-1247339025.xml' 'HOME/temp.csp'
0.06/0.63	c 0	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.06/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	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.60/0.73	c 0	Parsing HOME/temp.csp
0.60/0.84	c 0	parsed 3601 expressions
0.60/0.85	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.60/0.85	c 0	Converting to clausal form CSP
0.60/0.87	c 0	converted 361 (10%) expressions
0.60/0.98	c 0	converted 721 (20%) expressions
0.94/1.08	c 1	converted 1081 (30%) expressions
1.05/1.11	c 1	converted 1441 (40%) expressions
1.05/1.12	c 1	converted 1801 (50%) expressions
1.05/1.14	c 1	converted 2161 (60%) expressions
1.05/1.15	c 1	converted 2521 (70%) expressions
1.05/1.16	c 1	converted 2881 (80%) expressions
1.05/1.18	c 1	converted 3241 (90%) expressions
1.05/1.19	c 1	converted 3601 (100%) expressions
1.05/1.19	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 982
1.05/1.19	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.05/1.19	c 1	Propagation in CSP
1.14/1.21	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.21	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 982
1.14/1.21	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.22	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.30	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 982
1.24/1.30	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.35	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.24/1.40	c 1	23 (10%) CSP integer variables are encoded (21263 clauses, 296823 bytes)
1.33/1.42	c 1	45 (20%) CSP integer variables are encoded (41819 clauses, 605163 bytes)
1.33/1.45	c 1	68 (30%) CSP integer variables are encoded (63453 clauses, 929673 bytes)
1.33/1.48	c 1	90 (40%) CSP integer variables are encoded (83937 clauses, 1236933 bytes)
1.43/1.50	c 1	113 (50%) CSP integer variables are encoded (105220 clauses, 1566835 bytes)
1.43/1.53	c 1	135 (60%) CSP integer variables are encoded (125702 clauses, 1915029 bytes)
1.43/1.56	c 1	158 (70%) CSP integer variables are encoded (147146 clauses, 2279577 bytes)
1.43/1.59	c 1	180 (80%) CSP integer variables are encoded (167692 clauses, 2628859 bytes)
1.53/1.62	c 1	203 (90%) CSP integer variables are encoded (189176 clauses, 2994087 bytes)
1.53/1.65	c 1	225 (100%) CSP integer variables are encoded (209575 clauses, 3340870 bytes)
2.62/2.75	c 2	945 (10%) CSP clauses are encoded (762636 clauses, 15672133 bytes)
3.71/3.83	c 3	1890 (20%) CSP clauses are encoded (1314849 clauses, 28568996 bytes)
4.80/4.94	c 4	2835 (30%) CSP clauses are encoded (1877872 clauses, 41736926 bytes)
5.90/6.03	c 6	3780 (40%) CSP clauses are encoded (2441987 clauses, 54948730 bytes)
7.00/7.12	c 7	4725 (50%) CSP clauses are encoded (3002468 clauses, 68080858 bytes)
7.99/8.19	c 8	5670 (60%) CSP clauses are encoded (3559467 clauses, 81199131 bytes)
9.16/9.31	c 9	6615 (70%) CSP clauses are encoded (4112428 clauses, 94931633 bytes)
10.24/10.44	c 10	7560 (80%) CSP clauses are encoded (4669667 clauses, 108850323 bytes)
11.34/11.55	c 11	8505 (90%) CSP clauses are encoded (5232768 clauses, 122915563 bytes)
12.42/12.66	c 12	9450 (100%) CSP clauses are encoded (5787525 clauses, 136772203 bytes)
12.42/12.66	c 12	9450 CSP clauses encoded
12.42/12.66	c 12	Writing map file : HOME/temp.map
12.42/12.67	c 12	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.42/12.67	c 12	SAT : 216100 SAT variables, 5787525 SAT clauses, 136772203 bytes
12.42/12.67	c 12	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.42/12.68	c 12	SOLVING HOME/temp.cnf
12.42/12.68	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
65.03/65.57	c 65	DECODING HOME/temp.out WITH HOME/temp.map
65.03/65.57	c 65	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'
65.11/65.65	c 65	Decoding HOME/temp.out
65.42/65.92	s SATISFIABLE
65.42/65.93	v 112 512 383 218 278 189 105 756 431 584 665 863 0 334 908 942 592 417 107 649 152 228 765 839 553 734 27 386 493 299 624 208 570 313 249 179 50 702 379 73 2 884 104 353 465 712 965 135 667 0 1 14 226 525 873 138 451 175 274 801 406 634 738 683 209 297 0 150 941 78 830 757 5 41 318 138 715 805 548 252 574 0 391 14 145 46 451 31 216 901 515 534 324 426 152 290 350 607 888 702 220 73 112 72 0 572 532 382 648 467 30 820 266 340 909 1 41 46 169 122 821 550 145 581 719 951 186 266 334 163 272 292 100 0 405 683 853 718 337 92 235 4 471 403 265 108 561 791 32 151 439 273 346 485 646 281 294 775 306 28 0 83 111 180 829 464 563 795 394 0 230 815 42 100 2 134 154 186 193 329 941 369 415 470 276 309 0 153 84 4 40 202 265 486 511 471 600 678 733 801 0 502 375 282 28 72 95 175 267 888 151 263 282 288 351 431 467 522 583 616 715 802 826 886 943
65.42/65.94	c 65	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
65.42/65.95	c 65	CPU 65.47 (0.05 0.02 36.09 29.31)
65.42/65.95	c 65	END Sat Jul 11 21:04:51 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-2065757-1247339025/watcher-2065757-1247339025 -o /tmp/evaluation-result-2065757-1247339025/solver-2065757-1247339025 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2065757-1247339025.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.06 2.05 2.01 4/82 14274
/proc/meminfo: memFree=713352/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=18576 CPUtime=0
/proc/14274/stat : 14274 (runsolver) R 14272 14274 13787 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20969184 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227848809767 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14274/statm: 4644 284 249 26 0 2626 0

[startup+0.0836621 s]
/proc/loadavg: 2.06 2.05 2.01 4/82 14274
/proc/meminfo: memFree=713352/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.06
/proc/14274/stat : 14274 (sugar) R 14272 14274 13787 0 -1 4194304 1209 128 0 0 5 1 0 0 19 0 1 0 20969184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 0 0 0 17 0 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.102669 s]
/proc/loadavg: 2.06 2.05 2.01 4/82 14274
/proc/meminfo: memFree=713352/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.06
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20969184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302684 s]
/proc/loadavg: 2.06 2.05 2.01 4/82 14274
/proc/meminfo: memFree=713352/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.06
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20969184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702723 s]
/proc/loadavg: 2.06 2.05 2.01 4/82 14274
/proc/meminfo: memFree=713352/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.6
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1292 6819 0 1 5 1 50 4 16 0 1 0 20969184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 16868

[startup+1.5018 s]
/proc/loadavg: 2.06 2.05 2.01 4/93 14296
/proc/meminfo: memFree=701616/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.61
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1310 6819 0 1 5 2 50 4 15 0 1 0 20969184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20969249 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868676 CPUtime=0.82
/proc/14288/stat : 14288 (java) S 14287 14274 13787 0 -1 0 7498 0 1 0 77 5 0 0 18 0 9 0 20969249 889524224 6683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217169 6683 2590 9 0 211646 0
[pid=14288/tid=14289] ppid=14287 vsize=868676 CPUtime=0.49
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 13787 0 -1 64 2768 0 1 0 47 2 0 0 18 0 9 0 20969250 889524224 6683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868676 CPUtime=0.14
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 13787 0 -1 64 2540 0 0 0 13 1 0 0 16 0 9 0 20969251 889524224 6683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20969252 889524224 6683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 13787 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20969252 889524224 6683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20969254 889524224 6683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868676 CPUtime=0.17
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 13787 0 -1 64 1490 0 0 0 16 1 0 0 16 0 9 0 20969254 889524224 6683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20969254 889524224 6683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20969254 889524224 6683 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890900

[startup+3.10195 s]
/proc/loadavg: 2.06 2.05 2.01 3/93 14296
/proc/meminfo: memFree=685040/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.61
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1310 6819 0 1 5 2 50 4 16 0 1 0 20969184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20969249 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868676 CPUtime=2.41
/proc/14288/stat : 14288 (java) S 14287 14274 13787 0 -1 0 8001 0 1 0 221 20 0 0 18 0 9 0 20969249 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217169 6700 2590 9 0 211646 0
[pid=14288/tid=14289] ppid=14287 vsize=868676 CPUtime=1.93
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 13787 0 -1 64 3255 0 1 0 179 14 0 0 25 0 9 0 20969250 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4126524056 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868676 CPUtime=0.26
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 13787 0 -1 64 2540 0 0 0 22 4 0 0 16 0 9 0 20969251 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20969252 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 13787 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20969252 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20969254 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868676 CPUtime=0.2
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 13787 0 -1 64 1506 0 0 0 19 1 0 0 16 0 9 0 20969254 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20969254 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20969254 889524224 6700 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890900

[startup+6.30226 s]
/proc/loadavg: 2.21 2.08 2.02 3/93 14296
/proc/meminfo: memFree=646000/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=0.61
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1310 6819 0 1 5 2 50 4 16 0 1 0 20969184 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1111 409 3 0 796 0
[pid=14287] ppid=14274 vsize=5356 CPUtime=0
/proc/14287/stat : 14287 (sh) S 14274 14274 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20969249 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14287/statm: 1339 233 193 169 0 50 0
[pid=14288] ppid=14287 vsize=868676 CPUtime=5.59
/proc/14288/stat : 14288 (java) S 14287 14274 13787 0 -1 0 8999 0 1 0 510 49 0 0 18 0 9 0 20969249 889524224 6703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14288/statm: 217169 6703 2590 9 0 211646 0
[pid=14288/tid=14289] ppid=14287 vsize=868676 CPUtime=4.85
/proc/14288/task/14289/stat : 14289 (java) R 14287 14274 13787 0 -1 64 4251 0 1 0 448 37 0 0 25 0 9 0 20969250 889524224 6703 996147200 134512640 134550932 4294955936 18446744073709551615 4126911194 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14290] ppid=14287 vsize=868676 CPUtime=0.51
/proc/14288/task/14290/stat : 14290 (java) S 14287 14274 13787 0 -1 64 2540 0 0 0 42 9 0 0 16 0 9 0 20969251 889524224 6703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14291] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14291/stat : 14291 (java) S 14287 14274 13787 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20969252 889524224 6703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14292] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14292/stat : 14292 (java) S 14287 14274 13787 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20969252 889524224 6703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14293] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14293/stat : 14293 (java) S 14287 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20969254 889524224 6703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14294] ppid=14287 vsize=868676 CPUtime=0.21
/proc/14288/task/14294/stat : 14294 (java) S 14287 14274 13787 0 -1 64 1508 0 0 0 20 1 0 0 17 0 9 0 20969254 889524224 6703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14295] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14295/stat : 14295 (java) S 14287 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20969254 889524224 6703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14288/tid=14296] ppid=14287 vsize=868676 CPUtime=0
/proc/14288/task/14296/stat : 14296 (java) S 14287 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20969254 889524224 6703 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890900

[startup+12.7019 s]
/proc/loadavg: 2.28 2.10 2.02 3/93 14296
/proc/meminfo: memFree=564656/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=12.51
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1365 18123 0 2 5 2 1129 115 16 0 1 0 20969184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 16868

[startup+25.5021 s]
/proc/loadavg: 2.28 2.11 2.03 3/85 14298
/proc/meminfo: memFree=511792/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=12.51
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1365 18123 0 2 5 2 1129 115 16 0 1 0 20969184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 13787 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=69976 CPUtime=12.73
/proc/14298/stat : 14298 (picosat) R 14297 14274 13787 0 -1 4194304 15832 0 0 0 579 694 0 0 25 0 1 0 20970453 71655424 15818 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14298/statm: 17494 15818 40 102 0 17389 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 92200

[startup+51.1026 s]
/proc/loadavg: 2.18 2.10 2.03 3/85 14298
/proc/meminfo: memFree=411184/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=12.51
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1365 18123 0 2 5 2 1129 115 16 0 1 0 20969184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 13787 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=166212 CPUtime=38.2
/proc/14298/stat : 14298 (picosat) R 14297 14274 13787 0 -1 4194304 40639 0 0 0 1751 2069 0 0 25 0 1 0 20970453 170201088 40625 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14298/statm: 41553 40625 40 102 0 41448 0
Current children cumulated CPU time (s) 50.71
Current children cumulated vsize (KiB) 188436

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

[startup+57.5012 s]
/proc/loadavg: 2.17 2.10 2.03 3/85 14298
/proc/meminfo: memFree=388528/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=12.51
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1365 18123 0 2 5 2 1129 115 16 0 1 0 20969184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 13787 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=204508 CPUtime=44.55
/proc/14298/stat : 14298 (picosat) R 14297 14274 13787 0 -1 4194304 46807 0 0 0 2037 2418 0 0 25 0 1 0 20970453 209416192 46793 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14298/statm: 51127 46793 40 102 0 51022 0
Current children cumulated CPU time (s) 57.06
Current children cumulated vsize (KiB) 226732

[startup+60.7025 s]
/proc/loadavg: 2.16 2.10 2.03 3/85 14298
/proc/meminfo: memFree=375792/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=12.51
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1365 18123 0 2 5 2 1129 115 16 0 1 0 20969184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 13787 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=215464 CPUtime=47.75
/proc/14298/stat : 14298 (picosat) R 14297 14274 13787 0 -1 4194304 49894 0 0 0 2193 2582 0 0 25 0 1 0 20970453 220635136 49880 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14298/statm: 53866 49880 40 102 0 53761 0
Current children cumulated CPU time (s) 60.26
Current children cumulated vsize (KiB) 237688

[startup+63.9018 s]
/proc/loadavg: 2.14 2.10 2.02 3/85 14298
/proc/meminfo: memFree=363056/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=12.51
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1365 18123 0 2 5 2 1129 115 16 0 1 0 20969184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 13787 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=226420 CPUtime=50.93
/proc/14298/stat : 14298 (picosat) R 14297 14274 13787 0 -1 4194304 52968 0 0 0 2336 2757 0 0 25 0 1 0 20970453 231854080 52954 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14298/statm: 56605 52954 40 102 0 56500 0
Current children cumulated CPU time (s) 63.44
Current children cumulated vsize (KiB) 248644

[startup+64.7019 s]
/proc/loadavg: 2.14 2.10 2.02 3/85 14298
/proc/meminfo: memFree=363056/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=12.51
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1365 18123 0 2 5 2 1129 115 16 0 1 0 20969184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 13787 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=229192 CPUtime=51.72
/proc/14298/stat : 14298 (picosat) R 14297 14274 13787 0 -1 4194304 53740 0 0 0 2374 2798 0 0 25 0 1 0 20970453 234692608 53726 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14298/statm: 57298 53726 40 102 0 57193 0
Current children cumulated CPU time (s) 64.23
Current children cumulated vsize (KiB) 251416

[startup+65.5019 s]
/proc/loadavg: 2.14 2.10 2.02 3/85 14298
/proc/meminfo: memFree=358832/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=12.51
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1365 18123 0 2 5 2 1129 115 16 0 1 0 20969184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14297] ppid=14274 vsize=5356 CPUtime=0
/proc/14297/stat : 14297 (sh) S 14274 14274 13787 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20970452 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14297/statm: 1339 232 193 169 0 50 0
[pid=14298] ppid=14297 vsize=233932 CPUtime=52.52
/proc/14298/stat : 14298 (picosat) R 14297 14274 13787 0 -1 4194304 54265 0 0 0 2443 2809 0 0 25 0 1 0 20970453 239546368 54251 996147200 134512640 134931368 4294956256 18446744073709551615 134580627 0 0 4096 0 0 0 0 17 1 0 0
/proc/14298/statm: 58483 54251 47 102 0 58378 0
Current children cumulated CPU time (s) 65.03
Current children cumulated vsize (KiB) 256156

[startup+65.902 s]
/proc/loadavg: 2.14 2.10 2.02 3/93 14308
/proc/meminfo: memFree=567472/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=65.11
/proc/14274/stat : 14274 (sugar) S 14272 14274 13787 0 -1 4194304 1446 72674 0 2 5 2 3576 2928 16 0 1 0 20969184 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14274/statm: 4217 1113 409 3 0 796 0
[pid=14299] ppid=14274 vsize=5356 CPUtime=0
/proc/14299/stat : 14299 (sh) S 14274 14274 13787 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20975741 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14299/statm: 1339 233 193 169 0 50 0
[pid=14300] ppid=14299 vsize=862284 CPUtime=0.31
/proc/14300/stat : 14300 (java) S 14299 14274 13787 0 -1 0 3100 0 1 0 29 2 0 0 18 0 9 0 20975741 882978816 2570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14300/statm: 215571 2570 1279 9 0 210484 0
[pid=14300/tid=14301] ppid=14299 vsize=862284 CPUtime=0.26
/proc/14300/task/14301/stat : 14301 (java) R 14299 14274 13787 0 -1 64 2036 0 1 0 25 1 0 0 21 0 9 0 20975742 882978816 2570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14300/tid=14302] ppid=14299 vsize=862284 CPUtime=0
/proc/14300/task/14302/stat : 14302 (java) S 14299 14274 13787 0 -1 64 65 0 0 0 0 0 0 0 16 0 9 0 20975744 882978816 2570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14300/tid=14303] ppid=14299 vsize=862284 CPUtime=0
/proc/14300/task/14303/stat : 14303 (java) S 14299 14274 13787 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20975744 882978816 2570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14300/tid=14304] ppid=14299 vsize=862284 CPUtime=0
/proc/14300/task/14304/stat : 14304 (java) S 14299 14274 13787 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20975744 882978816 2570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14300/tid=14305] ppid=14299 vsize=862284 CPUtime=0
/proc/14300/task/14305/stat : 14305 (java) S 14299 14274 13787 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20975746 882978816 2570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14300/tid=14306] ppid=14299 vsize=862284 CPUtime=0.03
/proc/14300/task/14306/stat : 14306 (java) S 14299 14274 13787 0 -1 64 306 0 0 0 3 0 0 0 16 0 9 0 20975746 882978816 2570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14300/tid=14307] ppid=14299 vsize=862284 CPUtime=0
/proc/14300/task/14307/stat : 14307 (java) S 14299 14274 13787 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20975746 882978816 2570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14300/tid=14308] ppid=14299 vsize=862284 CPUtime=0
/proc/14300/task/14308/stat : 14308 (java) S 14299 14274 13787 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20975746 882978816 2570 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 65.42
Current children cumulated vsize (KiB) 884508

[startup+66.007 s]
/proc/loadavg: 2.14 2.10 2.02 3/93 14308
/proc/meminfo: memFree=567472/2055920 swapFree=4192956/4192956
[pid=14274] ppid=14272 vsize=16868 CPUtime=65.53
/proc/14274/stat : 14274 (sugar) R 14272 14274 13787 0 -1 4194304 1477 76581 0 3 5 8 3609 2931 16 0 1 0 20969184 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14274/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 65.53
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 66.022
CPU time (s): 65.561
CPU user time (s): 36.1495
CPU system time (s): 29.4115
CPU usage (%): 99.3018
Max. virtual memory (cumulated for all children) (KiB): 890900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.1495
system time used= 29.4115
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78118
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= 34208
involuntary context switches= 34855

runsolver used 0.081987 second user time and 0.181972 second system time

The end

Launcher Data

Begin job on node18 at 2009-07-11 21:03:45
IDJOB=2065757
IDBENCH=54412
IDSOLVER=738
FILE ID=node18/2065757-1247339025
PBS_JOBID= 9506752
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+picosat
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/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065757-1247339025/watcher-2065757-1247339025 -o /tmp/evaluation-result-2065757-1247339025/solver-2065757-1247339025 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2065757-1247339025.xml

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

MD5SUM BENCH= f3a501a01b9bc5992030d707bcd8787f
RANDOM SEED=1200939147

node18.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.243
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.243
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:        713832 kB
Buffers:         74980 kB
Cached:        1146436 kB
SwapCached:          0 kB
Active:         516864 kB
Inactive:       746256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        713832 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          62232 kB
Slab:            64156 kB
Committed_AS:   192688 kB
PageTables:       1860 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= 66300 MiB
End job on node18 at 2009-07-11 21:04:52