Trace number 2083819

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 72.683 73.7683

General information on the benchmark

Namecsp/fapp/fapp01/
normalized-fapp01-0200-4.xml
MD5SUMc966f4ac55d40e9ed821e9d3623796fc
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 benchmark10.5704
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2053
Maximum constraint arity2
Maximum domain size190
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2053
Global constraints used (with number of constraints)

Solver Data

0.04/0.21	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.21	c 0	BEGIN Sun Jul 12 07:57:21 2009
0.04/0.21	c 0	PID 25682
0.04/0.21	c 0	HOST node75.alineos.net
0.04/0.21	c 0	CONVERTING HOME/instance-2083819-1247378241.xml TO HOME/temp.csp
0.04/0.21	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083819-1247378241.xml' 'HOME/temp.csp'
0.06/0.88	c 1	9 domains, 200 variables, 8 predicates, 0 relations, 2053 constraints
0.06/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.89	c 1	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.55/0.96	c 1	Parsing HOME/temp.csp
0.64/1.06	c 1	parsed 2270 expressions
0.64/1.07	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/1.07	c 1	Converting to clausal form CSP
0.74/1.17	c 1	converted 227 (10%) expressions
1.23/1.65	c 1	converted 454 (20%) expressions
1.53/1.93	c 2	converted 681 (30%) expressions
1.82/2.23	c 2	converted 908 (40%) expressions
2.02/2.45	c 2	converted 1135 (50%) expressions
2.22/2.63	c 2	converted 1362 (60%) expressions
2.41/2.88	c 3	converted 1589 (70%) expressions
2.62/3.03	c 3	converted 1816 (80%) expressions
2.72/3.17	c 3	converted 2043 (90%) expressions
2.91/3.35	c 3	converted 2270 (100%) expressions
2.91/3.35	c 3	CSP : 397 integers, 5793 booleans, 12432 clauses, largest domain size 2657
2.91/3.35	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.91/3.35	c 3	Propagation in CSP
3.00/3.45	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.45	c 3	CSP : 397 integers, 5793 booleans, 12432 clauses, largest domain size 2657
3.00/3.45	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.46	c 3	Simplifing CSP by introducing new Boolean variables
3.00/3.49	c 3	CSP : 397 integers, 10003 booleans, 16642 clauses, largest domain size 2657
3.00/3.49	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.21/3.64	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.30/3.76	c 4	40 (10%) CSP integer variables are encoded (4973 clauses, 62518 bytes)
3.40/3.84	c 4	80 (20%) CSP integer variables are encoded (9942 clauses, 127160 bytes)
3.50/3.93	c 4	120 (30%) CSP integer variables are encoded (15990 clauses, 217880 bytes)
3.59/4.01	c 4	159 (40%) CSP integer variables are encoded (21218 clauses, 296300 bytes)
3.59/4.08	c 4	199 (50%) CSP integer variables are encoded (26495 clauses, 375455 bytes)
3.69/4.15	c 4	239 (60%) CSP integer variables are encoded (85498 clauses, 1260500 bytes)
3.80/4.22	c 4	278 (70%) CSP integer variables are encoded (141765 clauses, 2188532 bytes)
3.80/4.29	c 4	318 (80%) CSP integer variables are encoded (198433 clauses, 3151888 bytes)
3.90/4.38	c 4	358 (90%) CSP integer variables are encoded (263393 clauses, 4256208 bytes)
3.99/4.45	c 4	397 (100%) CSP integer variables are encoded (322294 clauses, 5257525 bytes)
4.58/5.09	c 5	1665 (10%) CSP clauses are encoded (526104 clauses, 9695825 bytes)
5.27/5.74	c 6	3329 (20%) CSP clauses are encoded (756786 clauses, 15092290 bytes)
5.77/6.27	c 6	4993 (30%) CSP clauses are encoded (963492 clauses, 19862256 bytes)
6.36/6.84	c 7	6657 (40%) CSP clauses are encoded (1199072 clauses, 25363959 bytes)
6.86/7.40	c 7	8321 (50%) CSP clauses are encoded (1438547 clauses, 30973071 bytes)
7.54/8.04	c 8	9986 (60%) CSP clauses are encoded (1718597 clauses, 37458687 bytes)
8.24/8.75	c 9	11650 (70%) CSP clauses are encoded (2035427 clauses, 44927195 bytes)
8.73/9.27	c 9	13314 (80%) CSP clauses are encoded (2251691 clauses, 50071490 bytes)
9.51/10.08	c 10	14978 (90%) CSP clauses are encoded (2610688 clauses, 58421070 bytes)
10.11/10.69	c 10	16642 (100%) CSP clauses are encoded (2871180 clauses, 64620321 bytes)
10.11/10.69	c 10	16642 CSP clauses encoded
10.11/10.69	c 10	Writing map file : HOME/temp.map
10.21/10.70	c 11	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.21/10.70	c 11	SAT : 332694 SAT variables, 2871180 SAT clauses, 64620321 bytes
10.21/10.70	c 11	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.21/10.76	c 11	SOLVING HOME/temp.cnf
10.21/10.76	c 11	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
71.93/73.05	c 73	DECODING HOME/temp.out WITH HOME/temp.map
71.93/73.05	c 73	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'
72.00/73.12	c 73	Decoding HOME/temp.out
72.53/73.67	s SATISFIABLE
72.53/73.68	v -2596 2392 2584 -2552 -2280 -2496 -2456 -2524 -2436 2336 -2296 2564 -2480 2528 -2484 2568 -2632 2512 2284 -2640 2640 2524 -2280 2528 -2532 -2444 2616 2648 2616 -2488 -2636 -2452 2616 2384 2484 -2552 2640 -2632 2420 2432 -2548 -2324 -2504 2476 2420 -2352 2436 2604 2420 -2536 -2456 -2616 -2376 2456 -2320 -2320 2356 2460 -2404 -2328 2492 2344 -2432 2508 -2484 2460 2528 -2420 2600 -2340 2592 -2352 2600 2512 -2280 -2608 -2292 2600 2604 2332 -2288 2280 2296 2416 2544 -2592 -2548 -2572 2472 -2596 2288 2468 -2564 -2524 2484 -2464 2420 2468 2584 -2648 -2588 -2648 -2504 -2500 -2508 -2456 2576 -2508 2324 -2332 -2488 -2292 -2336 -2656 2324 2508 -2404 2608 2380 -2624 -2444 2548 2428 -2324 -2280 -2308 2420 2412 2336 -2460 2592 -2616 2416 2460 -2320 2488 -2556 2364 2636 2608 2348 2608 -2440 2320 -2460 -2536 -2372 2592 -2364 2296 -2564 2656 2592 2452 2528 2392 2596 2284 2464 -2632 -2416 2488 2476 -2396 -2648 -2632 2472 -2420 2656 -2460 -2436 -2576 -2328 2344 -2332 -2336 2548 -2380 -2376 2336 2568 -2384 -2624 2284 -2632 -2608 2416 2336 2592 -2412 -2448 -2396 2292 -2656 2392 2584 2376 2444 2320 -2540
72.53/73.69	c 73	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
72.62/73.74	c 74	CPU 72.63 (0.06 0.02 59.24 13.31)
72.62/73.74	c 74	END Sun Jul 12 07:58:35 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-2083819-1247378241/watcher-2083819-1247378241 -o /tmp/evaluation-result-2083819-1247378241/solver-2083819-1247378241 -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-2083819-1247378241.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.12 2.09 4/80 25682
/proc/meminfo: memFree=1610856/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=18576 CPUtime=0
/proc/25682/stat : 25682 (runsolver) D 25680 25682 25645 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24888531 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25682/statm: 4644 284 249 26 0 2626 0

[startup+0.0108781 s]
/proc/loadavg: 2.06 2.12 2.09 4/80 25682
/proc/meminfo: memFree=1610856/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=18576 CPUtime=0
/proc/25682/stat : 25682 (runsolver) D 25680 25682 25645 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 24888531 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 231882681639 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/25682/statm: 4644 284 249 26 0 2626 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 18576

[startup+0.101893 s]
/proc/loadavg: 2.06 2.12 2.09 4/80 25682
/proc/meminfo: memFree=1610856/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=12676 CPUtime=0
/proc/25682/stat : 25682 (sugar) D 25680 25682 25645 0 -1 4194304 530 0 3 0 0 0 0 0 18 0 1 0 24888531 12980224 501 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/25682/statm: 3169 501 315 3 0 269 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12676

[startup+0.301917 s]
/proc/loadavg: 2.06 2.12 2.09 4/80 25682
/proc/meminfo: memFree=1610856/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=0.06
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1222 128 5 0 5 1 0 0 16 0 1 0 24888531 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701967 s]
/proc/loadavg: 2.06 2.12 2.09 4/80 25682
/proc/meminfo: memFree=1610856/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=0.06
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1222 128 5 0 5 1 0 0 16 0 1 0 24888531 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50206 s]
/proc/loadavg: 2.06 2.12 2.09 3/91 25704
/proc/meminfo: memFree=1593808/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=0.55
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1304 5159 5 51 5 2 40 8 16 0 1 0 24888531 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1111 409 3 0 796 0
[pid=25695] ppid=25682 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (sh) S 25682 25682 25645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24888620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25695/statm: 1339 233 193 169 0 50 0
[pid=25696] ppid=25695 vsize=868480 CPUtime=0.58
/proc/25696/stat : 25696 (java) S 25695 25682 25645 0 -1 0 5503 0 5 0 55 3 0 0 18 0 9 0 24888620 889323520 4918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25696/statm: 217120 4918 1742 9 0 211625 0
[pid=25696/tid=25697] ppid=25695 vsize=868480 CPUtime=0.38
/proc/25696/task/25697/stat : 25697 (java) R 25695 25682 25645 0 -1 64 2668 0 5 0 37 1 0 0 19 0 9 0 24888621 889323520 4918 996147200 134512640 134550932 4294955936 18446744073709551615 4126509702 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25698] ppid=25695 vsize=868480 CPUtime=0.03
/proc/25696/task/25698/stat : 25698 (java) S 25695 25682 25645 0 -1 64 681 0 0 0 3 0 0 0 16 0 9 0 24888622 889323520 4918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25699] ppid=25695 vsize=868480 CPUtime=0
/proc/25696/task/25699/stat : 25699 (java) S 25695 25682 25645 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24888622 889323520 4918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25700] ppid=25695 vsize=868480 CPUtime=0
/proc/25696/task/25700/stat : 25700 (java) S 25695 25682 25645 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24888622 889323520 4918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25701] ppid=25695 vsize=868480 CPUtime=0
/proc/25696/task/25701/stat : 25701 (java) S 25695 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24888624 889323520 4918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25702] ppid=25695 vsize=868480 CPUtime=0.14
/proc/25696/task/25702/stat : 25702 (java) S 25695 25682 25645 0 -1 64 1460 0 0 0 13 1 0 0 16 0 9 0 24888624 889323520 4918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25703] ppid=25695 vsize=868480 CPUtime=0
/proc/25696/task/25703/stat : 25703 (java) S 25695 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24888624 889323520 4918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25704] ppid=25695 vsize=868480 CPUtime=0
/proc/25696/task/25704/stat : 25704 (java) S 25695 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24888624 889323520 4918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 890704

[startup+3.10225 s]
/proc/loadavg: 2.06 2.12 2.09 4/91 25704
/proc/meminfo: memFree=1579344/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=0.55
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1304 5159 5 51 5 2 40 8 15 0 1 0 24888531 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1111 409 3 0 796 0
[pid=25695] ppid=25682 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (sh) S 25682 25682 25645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24888620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25695/statm: 1339 233 193 169 0 50 0
[pid=25696] ppid=25695 vsize=868564 CPUtime=2.17
/proc/25696/stat : 25696 (java) S 25695 25682 25645 0 -1 0 10348 0 5 0 210 7 0 0 18 0 9 0 24888620 889409536 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25696/statm: 217141 9468 2566 9 0 211646 0
[pid=25696/tid=25697] ppid=25695 vsize=868564 CPUtime=1.57
/proc/25696/task/25697/stat : 25697 (java) R 25695 25682 25645 0 -1 64 2900 0 5 0 155 2 0 0 25 0 9 0 24888621 889409536 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4126507914 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25698] ppid=25695 vsize=868564 CPUtime=0.41
/proc/25696/task/25698/stat : 25698 (java) S 25695 25682 25645 0 -1 64 5270 0 0 0 38 3 0 0 16 0 9 0 24888622 889409536 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25699] ppid=25695 vsize=868564 CPUtime=0
/proc/25696/task/25699/stat : 25699 (java) S 25695 25682 25645 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24888622 889409536 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25700] ppid=25695 vsize=868564 CPUtime=0
/proc/25696/task/25700/stat : 25700 (java) S 25695 25682 25645 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24888622 889409536 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25701] ppid=25695 vsize=868564 CPUtime=0
/proc/25696/task/25701/stat : 25701 (java) S 25695 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24888624 889409536 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25702] ppid=25695 vsize=868564 CPUtime=0.17
/proc/25696/task/25702/stat : 25702 (java) S 25695 25682 25645 0 -1 64 1478 0 0 0 16 1 0 0 15 0 9 0 24888624 889409536 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25703] ppid=25695 vsize=868564 CPUtime=0
/proc/25696/task/25703/stat : 25703 (java) S 25695 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24888624 889409536 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25704] ppid=25695 vsize=868564 CPUtime=0
/proc/25696/task/25704/stat : 25704 (java) S 25695 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24888624 889409536 9468 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 890788

[startup+6.30263 s]
/proc/loadavg: 2.06 2.12 2.09 3/91 25704
/proc/meminfo: memFree=1553168/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=0.55
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1305 5159 5 51 5 2 40 8 15 0 1 0 24888531 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1111 409 3 0 796 0
[pid=25695] ppid=25682 vsize=5356 CPUtime=0
/proc/25695/stat : 25695 (sh) S 25682 25682 25645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24888620 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25695/statm: 1339 233 193 169 0 50 0
[pid=25696] ppid=25695 vsize=868676 CPUtime=5.32
/proc/25696/stat : 25696 (java) S 25695 25682 25645 0 -1 0 11793 0 6 0 510 22 0 0 18 0 9 0 24888620 889524224 10601 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25696/statm: 217169 10601 2592 9 0 211646 0
[pid=25696/tid=25697] ppid=25695 vsize=868676 CPUtime=4.35
/proc/25696/task/25697/stat : 25697 (java) R 25695 25682 25645 0 -1 64 3320 0 6 0 421 14 0 0 25 0 9 0 24888621 889524224 10601 996147200 134512640 134550932 4294955936 18446744073709551615 4126940608 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25698] ppid=25695 vsize=868676 CPUtime=0.7
/proc/25696/task/25698/stat : 25698 (java) S 25695 25682 25645 0 -1 64 6235 0 0 0 65 5 0 0 16 0 9 0 24888622 889524224 10601 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25699] ppid=25695 vsize=868676 CPUtime=0
/proc/25696/task/25699/stat : 25699 (java) S 25695 25682 25645 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24888622 889524224 10601 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25700] ppid=25695 vsize=868676 CPUtime=0
/proc/25696/task/25700/stat : 25700 (java) S 25695 25682 25645 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24888622 889524224 10601 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25701] ppid=25695 vsize=868676 CPUtime=0
/proc/25696/task/25701/stat : 25701 (java) S 25695 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24888624 889524224 10601 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25702] ppid=25695 vsize=868676 CPUtime=0.24
/proc/25696/task/25702/stat : 25702 (java) S 25695 25682 25645 0 -1 64 1538 0 0 0 23 1 0 0 16 0 9 0 24888624 889524224 10601 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25703] ppid=25695 vsize=868676 CPUtime=0
/proc/25696/task/25703/stat : 25703 (java) S 25695 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24888624 889524224 10601 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25696/tid=25704] ppid=25695 vsize=868676 CPUtime=0
/proc/25696/task/25704/stat : 25704 (java) S 25695 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24888624 889524224 10601 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.87
Current children cumulated vsize (KiB) 890900

[startup+12.7014 s]
/proc/loadavg: 2.05 2.12 2.09 3/83 25706
/proc/meminfo: memFree=1516624/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=10.23
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1361 17775 5 57 5 2 958 58 16 0 1 0 24888531 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1114 409 3 0 796 0
[pid=25705] ppid=25682 vsize=5356 CPUtime=0
/proc/25705/stat : 25705 (sh) S 25682 25682 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24889607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25705/statm: 1339 232 193 169 0 50 0
[pid=25706] ppid=25705 vsize=41320 CPUtime=1.91
/proc/25706/stat : 25706 (picosat) R 25705 25682 25645 0 -1 4194304 6709 0 0 0 89 102 0 0 25 0 1 0 24889607 42311680 6695 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25706/statm: 10330 6695 40 102 0 10225 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 63544

[startup+25.5019 s]
/proc/loadavg: 2.04 2.11 2.08 3/83 25706
/proc/meminfo: memFree=1458576/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=10.23
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1361 17775 5 57 5 2 958 58 16 0 1 0 24888531 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1114 409 3 0 796 0
[pid=25705] ppid=25682 vsize=5356 CPUtime=0
/proc/25705/stat : 25705 (sh) S 25682 25682 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24889607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25705/statm: 1339 232 193 169 0 50 0
[pid=25706] ppid=25705 vsize=91912 CPUtime=14.6
/proc/25706/stat : 25706 (picosat) R 25705 25682 25645 0 -1 4194304 19205 0 0 0 667 793 0 0 25 0 1 0 24889607 94117888 19191 996147200 134512640 134931368 4294956256 18446744073709551615 134520663 0 0 4096 0 0 0 0 17 1 0 0
/proc/25706/statm: 22978 19191 40 102 0 22873 0
Current children cumulated CPU time (s) 24.83
Current children cumulated vsize (KiB) 114136

[startup+51.1019 s]
/proc/loadavg: 2.02 2.10 2.08 3/83 25706
/proc/meminfo: memFree=1421968/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=10.23
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1361 17775 5 57 5 2 958 58 16 0 1 0 24888531 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1114 409 3 0 796 0
[pid=25705] ppid=25682 vsize=5356 CPUtime=0
/proc/25705/stat : 25705 (sh) S 25682 25682 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24889607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25705/statm: 1339 232 193 169 0 50 0
[pid=25706] ppid=25705 vsize=138420 CPUtime=39.99
/proc/25706/stat : 25706 (picosat) R 25705 25682 25645 0 -1 4194304 28147 0 0 0 2733 1266 0 0 25 0 1 0 24889607 141742080 28100 996147200 134512640 134931368 4294956256 18446744073709551615 134524027 0 0 4096 0 0 0 0 17 1 0 0
/proc/25706/statm: 34605 28100 42 102 0 34500 0
Current children cumulated CPU time (s) 50.22
Current children cumulated vsize (KiB) 160644

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

[startup+63.9014 s]
/proc/loadavg: 2.02 2.10 2.08 3/83 25706
/proc/meminfo: memFree=1422032/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=10.23
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1361 17775 5 57 5 2 958 58 16 0 1 0 24888531 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1114 409 3 0 796 0
[pid=25705] ppid=25682 vsize=5356 CPUtime=0
/proc/25705/stat : 25705 (sh) S 25682 25682 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24889607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25705/statm: 1339 232 193 169 0 50 0
[pid=25706] ppid=25705 vsize=138420 CPUtime=52.67
/proc/25706/stat : 25706 (picosat) R 25705 25682 25645 0 -1 4194304 28157 0 0 0 4001 1266 0 0 25 0 1 0 24889607 141742080 28110 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/25706/statm: 34605 28110 42 102 0 34500 0
Current children cumulated CPU time (s) 62.9
Current children cumulated vsize (KiB) 160644

[startup+70.3012 s]
/proc/loadavg: 2.02 2.09 2.08 3/83 25706
/proc/meminfo: memFree=1422032/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=10.23
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1361 17775 5 57 5 2 958 58 16 0 1 0 24888531 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1114 409 3 0 796 0
[pid=25705] ppid=25682 vsize=5356 CPUtime=0
/proc/25705/stat : 25705 (sh) S 25682 25682 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24889607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25705/statm: 1339 232 193 169 0 50 0
[pid=25706] ppid=25705 vsize=138420 CPUtime=59.03
/proc/25706/stat : 25706 (picosat) R 25705 25682 25645 0 -1 4194304 28160 0 0 0 4637 1266 0 0 25 0 1 0 24889607 141742080 28113 996147200 134512640 134931368 4294956256 18446744073709551615 134523989 0 0 4096 0 0 0 0 17 1 0 0
/proc/25706/statm: 34605 28113 42 102 0 34500 0
Current children cumulated CPU time (s) 69.26
Current children cumulated vsize (KiB) 160644

[startup+71.9014 s]
/proc/loadavg: 2.02 2.09 2.08 3/83 25706
/proc/meminfo: memFree=1422032/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=10.23
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1361 17775 5 57 5 2 958 58 16 0 1 0 24888531 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1114 409 3 0 796 0
[pid=25705] ppid=25682 vsize=5356 CPUtime=0
/proc/25705/stat : 25705 (sh) S 25682 25682 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24889607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25705/statm: 1339 232 193 169 0 50 0
[pid=25706] ppid=25705 vsize=138420 CPUtime=60.61
/proc/25706/stat : 25706 (picosat) R 25705 25682 25645 0 -1 4194304 28161 0 0 0 4795 1266 0 0 25 0 1 0 24889607 141742080 28114 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/25706/statm: 34605 28114 42 102 0 34500 0
Current children cumulated CPU time (s) 70.84
Current children cumulated vsize (KiB) 160644

[startup+72.7015 s]
/proc/loadavg: 2.02 2.09 2.08 3/83 25706
/proc/meminfo: memFree=1422096/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=10.23
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1361 17775 5 57 5 2 958 58 16 0 1 0 24888531 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25682/statm: 4217 1114 409 3 0 796 0
[pid=25705] ppid=25682 vsize=5356 CPUtime=0
/proc/25705/stat : 25705 (sh) S 25682 25682 25645 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24889607 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25705/statm: 1339 232 193 169 0 50 0
[pid=25706] ppid=25705 vsize=138420 CPUtime=61.4
/proc/25706/stat : 25706 (picosat) R 25705 25682 25645 0 -1 4194304 28164 0 0 0 4874 1266 0 0 25 0 1 0 24889607 141742080 28117 996147200 134512640 134931368 4294956256 18446744073709551615 134544839 0 0 4096 0 0 0 0 17 1 0 0
/proc/25706/statm: 34605 28117 42 102 0 34500 0
Current children cumulated CPU time (s) 71.63
Current children cumulated vsize (KiB) 160644

[startup+73.5015 s]
/proc/loadavg: 2.02 2.09 2.08 3/83 25706
/proc/meminfo: memFree=1422096/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=72
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1442 46231 5 57 5 2 5865 1328 15 0 1 0 24888531 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25682/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 72
Current children cumulated vsize (KiB) 16868

[startup+73.7076 s]
/proc/loadavg: 2.02 2.09 2.08 3/91 25716
/proc/meminfo: memFree=1524368/2055920 swapFree=4192812/4192956
[pid=25682] ppid=25680 vsize=16868 CPUtime=72.01
/proc/25682/stat : 25682 (sugar) S 25680 25682 25645 0 -1 4194304 1446 46231 5 57 6 2 5865 1328 15 0 1 0 24888531 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 231891578978 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25682/statm: 4217 1114 409 3 0 796 0
[pid=25707] ppid=25682 vsize=5356 CPUtime=0
/proc/25707/stat : 25707 (sh) S 25682 25682 25645 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24895836 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 231882679108 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25707/statm: 1339 233 193 169 0 50 0
[pid=25708] ppid=25707 vsize=864744 CPUtime=0.61
/proc/25708/stat : 25708 (java) S 25707 25682 25645 0 -1 0 4276 0 1 0 59 2 0 0 19 0 9 0 24895836 885497856 3723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25708/statm: 216186 3723 1731 9 0 210691 0
[pid=25708/tid=25709] ppid=25707 vsize=864744 CPUtime=0.53
/proc/25708/task/25709/stat : 25709 (java) S 25707 25682 25645 0 -1 64 2582 0 1 0 52 1 0 0 25 0 9 0 24895837 885497856 3723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25708/tid=25710] ppid=25707 vsize=864744 CPUtime=0.01
/proc/25708/task/25710/stat : 25710 (java) S 25707 25682 25645 0 -1 64 509 0 0 0 1 0 0 0 16 0 9 0 24895839 885497856 3723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25708/tid=25711] ppid=25707 vsize=864744 CPUtime=0
/proc/25708/task/25711/stat : 25711 (java) S 25707 25682 25645 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 24895839 885497856 3723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25708/tid=25712] ppid=25707 vsize=864744 CPUtime=0
/proc/25708/task/25712/stat : 25712 (java) S 25707 25682 25645 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 24895839 885497856 3723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25708/tid=25713] ppid=25707 vsize=864744 CPUtime=0
/proc/25708/task/25713/stat : 25713 (java) S 25707 25682 25645 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 24895841 885497856 3723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25708/tid=25714] ppid=25707 vsize=864744 CPUtime=0.05
/proc/25708/task/25714/stat : 25714 (java) S 25707 25682 25645 0 -1 64 492 0 0 0 5 0 0 0 16 0 9 0 24895841 885497856 3723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25708/tid=25715] ppid=25707 vsize=864744 CPUtime=0
/proc/25708/task/25715/stat : 25715 (java) S 25707 25682 25645 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24895841 885497856 3723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25708/tid=25716] ppid=25707 vsize=864744 CPUtime=0
/proc/25708/task/25716/stat : 25716 (java) S 25707 25682 25645 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24895841 885497856 3723 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 72.62
Current children cumulated vsize (KiB) 886968

Child status: 0
Real time (s): 73.7683
CPU time (s): 72.683
CPU user time (s): 59.311
CPU system time (s): 13.372
CPU usage (%): 98.5287
Max. virtual memory (cumulated for all children) (KiB): 891008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.311
system time used= 13.372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52330
page faults= 63
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11440
involuntary context switches= 12529

runsolver used 0.082987 second user time and 0.210967 second system time

The end

Launcher Data

Begin job on node75 at 2009-07-12 07:57:21
IDJOB=2083819
IDBENCH=57943
IDSOLVER=738
FILE ID=node75/2083819-1247378241
PBS_JOBID= 9507193
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp01/normalized-fapp01-0200-4.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-2083819-1247378241/watcher-2083819-1247378241 -o /tmp/evaluation-result-2083819-1247378241/solver-2083819-1247378241 -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-2083819-1247378241.xml

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

MD5SUM BENCH= c966f4ac55d40e9ed821e9d3623796fc
RANDOM SEED=727127765

node75.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.232
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.232
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:       1611528 kB
Buffers:          4000 kB
Cached:          31904 kB
SwapCached:          0 kB
Active:         384104 kB
Inactive:         9360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1611528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1932 kB
Writeback:           0 kB
Mapped:         375368 kB
Slab:            35536 kB
Committed_AS:   957768 kB
PageTables:       2492 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= 66316 MiB
End job on node75 at 2009-07-12 07:58:35