Trace number 2084215

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 14.3248 14.6105

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph14.xml
MD5SUM3fb56d38999618c3f590ccca7c05d859
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.597908
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4638
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.07	c 0	BEGIN Sun Jul 12 08:08:16 2009
0.05/0.07	c 0	PID 21646
0.05/0.08	c 0	HOST node9.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2084215-1247378896.xml TO HOME/temp.csp
0.05/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2084215-1247378896.xml' 'HOME/temp.csp'
0.07/0.68	c 1	6 domains, 916 variables, 2 predicates, 0 relations, 4638 constraints
0.07/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.71	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.07/0.79	c 1	Parsing HOME/temp.csp
0.66/0.91	c 1	parsed 5562 expressions
0.66/0.92	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.66/0.92	c 1	Converting to clausal form CSP
0.66/0.96	c 1	converted 557 (10%) expressions
1.12/1.28	c 1	converted 1113 (20%) expressions
1.92/2.09	c 2	converted 1669 (30%) expressions
2.60/2.79	c 3	converted 2225 (40%) expressions
3.30/3.49	c 3	converted 2781 (50%) expressions
3.99/4.17	c 4	converted 3338 (60%) expressions
4.69/4.89	c 5	converted 3894 (70%) expressions
5.37/5.56	c 5	converted 4450 (80%) expressions
6.07/6.25	c 6	converted 5006 (90%) expressions
6.76/6.94	c 7	converted 5562 (100%) expressions
6.76/6.94	c 7	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 44
6.76/6.94	c 7	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.76/6.94	c 7	Propagation in CSP
7.56/7.73	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.56/7.73	c 8	CSP : 916 integers, 0 booleans, 5554 clauses, largest domain size 44
7.56/7.73	c 8	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.56/7.74	c 8	Simplifing CSP by introducing new Boolean variables
7.65/7.86	c 8	CSP : 916 integers, 9276 booleans, 14830 clauses, largest domain size 44
7.65/7.86	c 8	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.75/7.93	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.84/8.00	c 8	92 (10%) CSP integer variables are encoded (3640 clauses, 45229 bytes)
7.84/8.03	c 8	184 (20%) CSP integer variables are encoded (7280 clauses, 92549 bytes)
7.84/8.06	c 8	275 (30%) CSP integer variables are encoded (10882 clauses, 141634 bytes)
7.84/8.09	c 8	367 (40%) CSP integer variables are encoded (14442 clauses, 195034 bytes)
7.95/8.11	c 8	458 (50%) CSP integer variables are encoded (17892 clauses, 246784 bytes)
7.95/8.14	c 8	550 (60%) CSP integer variables are encoded (21356 clauses, 298744 bytes)
7.95/8.17	c 8	642 (70%) CSP integer variables are encoded (24804 clauses, 350464 bytes)
8.05/8.20	c 8	733 (80%) CSP integer variables are encoded (28270 clauses, 402454 bytes)
8.05/8.23	c 8	825 (90%) CSP integer variables are encoded (31590 clauses, 452254 bytes)
8.05/8.26	c 8	916 (100%) CSP integer variables are encoded (34884 clauses, 501664 bytes)
8.24/8.49	c 8	1483 (10%) CSP clauses are encoded (71236 clauses, 1206202 bytes)
8.54/8.72	c 9	2966 (20%) CSP clauses are encoded (108818 clauses, 1954010 bytes)
8.73/8.90	c 9	4449 (30%) CSP clauses are encoded (146264 clauses, 2704869 bytes)
8.83/9.09	c 9	5932 (40%) CSP clauses are encoded (183987 clauses, 3474143 bytes)
9.03/9.27	c 9	7415 (50%) CSP clauses are encoded (220586 clauses, 4248933 bytes)
9.23/9.46	c 9	8898 (60%) CSP clauses are encoded (257432 clauses, 5027912 bytes)
9.43/9.64	c 9	10381 (70%) CSP clauses are encoded (293647 clauses, 5792007 bytes)
9.63/9.83	c 10	11864 (80%) CSP clauses are encoded (329601 clauses, 6546560 bytes)
9.82/10.01	c 10	13347 (90%) CSP clauses are encoded (365243 clauses, 7289991 bytes)
9.93/10.18	c 10	14830 (100%) CSP clauses are encoded (400400 clauses, 8019506 bytes)
9.93/10.18	c 10	14830 CSP clauses encoded
9.93/10.18	c 10	Writing map file : HOME/temp.map
10.03/10.20	c 10	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.03/10.20	c 10	SAT : 45076 SAT variables, 400400 SAT clauses, 8019506 bytes
10.03/10.20	c 10	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
10.03/10.26	c 10	SOLVING HOME/temp.cnf
10.03/10.26	c 10	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
13.64/13.97	c 14	DECODING HOME/temp.out WITH HOME/temp.map
13.64/13.97	c 14	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'
13.72/14.05	c 14	Decoding HOME/temp.out
14.22/14.50	s SATISFIABLE
14.22/14.54	v 414 652 442 680 792 554 282 44 470 708 554 792 456 694 394 156 156 394 792 554 722 484 498 736 484 722 526 764 414 652 554 792 694 456 442 680 456 694 442 680 554 792 792 554 128 366 156 394 428 666 156 394 414 652 764 526 554 792 512 750 722 484 554 792 142 380 666 428 512 750 540 778 456 694 456 694 470 708 680 442 554 792 456 694 428 666 414 652 792 554 526 764 512 750 652 414 498 736 526 764 680 442 414 652 414 652 498 736 792 554 484 722 414 652 456 694 736 498 554 792 498 736 414 652 512 750 778 540 652 414 470 708 128 366 414 652 778 540 442 680 484 722 156 394 414 652 470 708 526 764 414 652 512 750 484 722 498 736 414 652 540 778 470 708 540 778 414 652 414 652 442 680 554 792 540 778 498 736 442 680 380 142 456 694 470 708 128 366 428 666 554 792 526 764 792 554 414 652 498 736 456 694 414 652 554 792 414 652 526 764 380 142 736 498 484 722 554 792 156 394 792 554 456 694 512 750 498 736 498 736 156 394 512 750 540 778 526 764 484 722 554 792 554 792 142 380 722 484 498 736 652 414 792 554 554 792 540 778 414 652 428 666 778 540 442 680 442 680 484 722 526 764 512 750 498 736 470 708 470 708 554 792 498 736 512 750 414 652 414 652 554 792 470 708 470 708 498 736 498 736 156 394 792 554 498 736 484 722 456 694 442 680 128 366 442 680 428 666 708 470 526 764 554 792 666 428 470 708 512 750 526 764 554 792 442 680 414 652 526 764 484 722 540 778 428 666 142 380 414 652 554 792 484 722 428 666 456 694 554 792 526 764 414 652 526 764 456 694 512 750 708 470 484 722 498 736 526 764 414 652 470 708 540 778 512 750 540 778 428 666 428 666 498 736 554 792 470 708 792 554 484 722 428 666 512 750 554 792 512 750 470 708 526 764 142 380 470 708 484 722 442 680 414 652 414 652 512 750 484 722 470 708 526 764 512 750 512 750 554 792 442 680 526 764 428 666 540 778 498 736 442 680 156 394 722 484 526 764 554 792 484 722 442 680 456 694 512 750 498 736 470 708 554 792 540 778 526 764 442 680 554 792 512 750 554 792 484 722 512 750 540 778 540 778 338 100 498 736 526 764 414 652 380 142 512 750 680 442 554 792 554 792 414 652 526 764 498 736 554 792 456 694 736 498 470 708 484 722 708 470 554 792 442 680 792 554 778 540 456 694 428 666 498 736 540 778 792 554 498 736 526 764 470 708 526 764 526 764 414 652 526 764 414 652 470 708 526 764 526 764 554 792 456 694 554 792 498 736 442 680 442 680 456 694 456 694 470 708 484 722 540 778 470 708 428 666 470 708 526 764 442 680 554 792 512 750 498 736 554 792 414 652 526 764 428 666 512 750 540 778 680 442 442 680 512 750 540 778 554 792 554 792 442 680 694 456 540 778 540 778 554 792 792 554 554 792 512 750 498 736 484 722 526 764 484 722 414 652 512 750 428 666 484 722 540 778 456 694 442 680 470 708 484 722 470 708 554 792 540 778 380 142 666 428 470 708 470 708 554 792 540 778 428 666 540 778 540 778 554 792 526 764 442 680 442 680 666 428 694 456 498 736 526 764 428 666 484 722 512 750 540 778 680 442 414 652 470 708 708 470 470 708 554 792 484 722 778 540 554 792 484 722 666 428 554 792 680 442 428 666 526 764 694 456 540 778 736 498 666 428 380 142 512 750 456 694 470 708 498 736 526 764 470 708 456 694 512 750 380 142 456 694 554 792 666 428 428 666 722 484 540 778 554 792 484 722 428 666 456 694 484 722 428 666 428 666 428 666 512 750 428 666 526 764 540 778 540 778 380 142 428 666 414 652 778 540 498 736 470 708 526 764 666 428 428 666 540 778 470 708 456 694 428 666 540 778 722 484 540 778 428 666 512 750 540 778 540 778 428 666 428 666 526 764 554 792 498 736 778 540 554 792 554 792 540 778 484 722 526 764 526 764 778 540 512 750 428 666 428 666 526 764 498 736 428 666 484 722 456 694 456 694 778 540 554 792 540 778 526 764 470 708 652 414 366 128
14.22/14.55	c 14	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
14.27/14.61	c 14	CPU 14.29 (0.06 0.01 12.05 2.17)
14.27/14.61	c 14	END Sun Jul 12 08:08:30 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-2084215-1247378896/watcher-2084215-1247378896 -o /tmp/evaluation-result-2084215-1247378896/solver-2084215-1247378896 -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-2084215-1247378896.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.12 2.31 2.14 4/72 21646
/proc/meminfo: memFree=1917380/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=18576 CPUtime=0
/proc/21646/stat : 21646 (runsolver) R 21644 21646 19697 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 24956698 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/21646/statm: 4644 284 249 26 0 2626 0

[startup+0.0613269 s]
/proc/loadavg: 2.12 2.31 2.14 4/72 21646
/proc/meminfo: memFree=1917380/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16080 CPUtime=0.05
/proc/21646/stat : 21646 (sugar) R 21644 21646 19697 0 -1 4194304 941 0 0 0 4 1 0 0 22 0 1 0 24956698 16465920 909 996147200 4194304 4206940 548682068608 18446744073709551615 215436678899 0 0 4224 0 0 0 0 17 1 0 0
/proc/21646/statm: 4020 909 380 3 0 599 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16080

[startup+0.104625 s]
/proc/loadavg: 2.12 2.31 2.14 4/72 21646
/proc/meminfo: memFree=1917380/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=0.07
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 24956698 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301352 s]
/proc/loadavg: 2.12 2.31 2.14 4/72 21646
/proc/meminfo: memFree=1917380/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=0.07
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1227 128 0 0 6 1 0 0 23 0 1 0 24956698 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701394 s]
/proc/loadavg: 2.12 2.31 2.14 4/72 21646
/proc/meminfo: memFree=1917380/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=0.07
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1245 128 0 0 6 1 0 0 15 0 1 0 24956698 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 2.12 2.31 2.14 3/83 21668
/proc/meminfo: memFree=1906348/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=0.66
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1309 7359 0 1 6 1 55 4 15 0 1 0 24956698 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1111 409 3 0 796 0
[pid=21659] ppid=21646 vsize=5356 CPUtime=0
/proc/21659/stat : 21659 (sh) S 21646 21646 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24956770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21659/statm: 1339 233 193 169 0 50 0
[pid=21660] ppid=21659 vsize=868548 CPUtime=0.76
/proc/21660/stat : 21660 (java) S 21659 21646 19697 0 -1 0 5415 0 1 0 74 2 0 0 18 0 9 0 24956770 889393152 4824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21660/statm: 217137 4824 1741 9 0 211642 0
[pid=21660/tid=21661] ppid=21659 vsize=868548 CPUtime=0.57
/proc/21660/task/21661/stat : 21661 (java) R 21659 21646 19697 0 -1 64 2684 0 1 0 56 1 0 0 24 0 9 0 24956771 889393152 4824 996147200 134512640 134550932 4294955936 18446744073709551615 4126519684 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21662] ppid=21659 vsize=868548 CPUtime=0.03
/proc/21660/task/21662/stat : 21662 (java) S 21659 21646 19697 0 -1 64 586 0 0 0 3 0 0 0 16 0 9 0 24956772 889393152 4824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21663] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21663/stat : 21663 (java) S 21659 21646 19697 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24956773 889393152 4824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21664] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21664/stat : 21664 (java) S 21659 21646 19697 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24956773 889393152 4824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21665] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21665/stat : 21665 (java) S 21659 21646 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24956775 889393152 4824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21666] ppid=21659 vsize=868548 CPUtime=0.13
/proc/21660/task/21666/stat : 21666 (java) S 21659 21646 19697 0 -1 64 1452 0 0 0 13 0 0 0 16 0 9 0 24956775 889393152 4824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21667] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21667/stat : 21667 (java) S 21659 21646 19697 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24956775 889393152 4824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21668] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21668/stat : 21668 (java) S 21659 21646 19697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24956775 889393152 4824 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890772

[startup+3.10266 s]
/proc/loadavg: 2.11 2.30 2.14 3/83 21668
/proc/meminfo: memFree=1900908/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=0.66
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1309 7359 0 1 6 1 55 4 15 0 1 0 24956698 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1111 409 3 0 796 0
[pid=21659] ppid=21646 vsize=5356 CPUtime=0
/proc/21659/stat : 21659 (sh) S 21646 21646 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24956770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21659/statm: 1339 233 193 169 0 50 0
[pid=21660] ppid=21659 vsize=868548 CPUtime=2.34
/proc/21660/stat : 21660 (java) S 21659 21646 19697 0 -1 0 5800 0 1 0 230 4 0 0 18 0 9 0 24956770 889393152 5076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21660/statm: 217137 5076 1743 9 0 211642 0
[pid=21660/tid=21661] ppid=21659 vsize=868548 CPUtime=2.06
/proc/21660/task/21661/stat : 21661 (java) R 21659 21646 19697 0 -1 64 2817 0 1 0 205 1 0 0 25 0 9 0 24956771 889393152 5076 996147200 134512640 134550932 4294955936 18446744073709551615 4126523115 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21662] ppid=21659 vsize=868548 CPUtime=0.09
/proc/21660/task/21662/stat : 21662 (java) S 21659 21646 19697 0 -1 64 818 0 0 0 8 1 0 0 16 0 9 0 24956772 889393152 5076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21663] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21663/stat : 21663 (java) S 21659 21646 19697 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24956773 889393152 5076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21664] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21664/stat : 21664 (java) S 21659 21646 19697 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24956773 889393152 5076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21665] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21665/stat : 21665 (java) S 21659 21646 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24956775 889393152 5076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21666] ppid=21659 vsize=868548 CPUtime=0.15
/proc/21660/task/21666/stat : 21666 (java) S 21659 21646 19697 0 -1 64 1472 0 0 0 15 0 0 0 16 0 9 0 24956775 889393152 5076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21667] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21667/stat : 21667 (java) S 21659 21646 19697 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24956775 889393152 5076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21668] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21668/stat : 21668 (java) S 21659 21646 19697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24956775 889393152 5076 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890772

[startup+6.30302 s]
/proc/loadavg: 2.11 2.30 2.14 3/83 21668
/proc/meminfo: memFree=1897900/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=0.66
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1309 7359 0 1 6 1 55 4 15 0 1 0 24956698 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1111 409 3 0 796 0
[pid=21659] ppid=21646 vsize=5356 CPUtime=0
/proc/21659/stat : 21659 (sh) S 21646 21646 19697 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24956770 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21659/statm: 1339 233 193 169 0 50 0
[pid=21660] ppid=21659 vsize=868548 CPUtime=5.5
/proc/21660/stat : 21660 (java) S 21659 21646 19697 0 -1 0 7763 0 1 0 544 6 0 0 18 0 9 0 24956770 889393152 6589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21660/statm: 217137 6589 2566 9 0 211642 0
[pid=21660/tid=21661] ppid=21659 vsize=868548 CPUtime=5.06
/proc/21660/task/21661/stat : 21661 (java) R 21659 21646 19697 0 -1 64 3092 0 1 0 504 2 0 0 25 0 9 0 24956771 889393152 6589 996147200 134512640 134550932 4294955936 18446744073709551615 4126520893 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21662] ppid=21659 vsize=868548 CPUtime=0.27
/proc/21660/task/21662/stat : 21662 (java) S 21659 21646 19697 0 -1 64 2500 0 0 0 24 3 0 0 16 0 9 0 24956772 889393152 6589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21663] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21663/stat : 21663 (java) S 21659 21646 19697 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24956773 889393152 6589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21664] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21664/stat : 21664 (java) S 21659 21646 19697 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24956773 889393152 6589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21665] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21665/stat : 21665 (java) S 21659 21646 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24956775 889393152 6589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21666] ppid=21659 vsize=868548 CPUtime=0.16
/proc/21660/task/21666/stat : 21666 (java) S 21659 21646 19697 0 -1 64 1473 0 0 0 16 0 0 0 15 0 9 0 24956775 889393152 6589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21667] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21667/stat : 21667 (java) S 21659 21646 19697 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24956775 889393152 6589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21660/tid=21668] ppid=21659 vsize=868548 CPUtime=0
/proc/21660/task/21668/stat : 21668 (java) S 21659 21646 19697 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24956775 889393152 6589 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890772

[startup+12.7017 s]
/proc/loadavg: 2.09 2.29 2.14 3/75 21670
/proc/meminfo: memFree=1896556/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=10.05
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1365 16865 0 2 6 1 976 22 16 0 1 0 24956698 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1113 409 3 0 796 0
[pid=21669] ppid=21646 vsize=5356 CPUtime=0
/proc/21669/stat : 21669 (sh) S 21646 21646 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24957724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21669/statm: 1339 232 193 169 0 50 0
[pid=21670] ppid=21669 vsize=13776 CPUtime=2.4
/proc/21670/stat : 21670 (picosat) R 21669 21646 19697 0 -1 4194304 2972 0 0 0 108 132 0 0 25 0 1 0 24957724 14106624 2958 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/21670/statm: 3444 2958 40 102 0 3339 0
Current children cumulated CPU time (s) 12.45
Current children cumulated vsize (KiB) 36000

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

[startup+13.5018 s]
/proc/loadavg: 2.09 2.29 2.14 3/75 21670
/proc/meminfo: memFree=1892460/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=10.05
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1365 16865 0 2 6 1 976 22 16 0 1 0 24956698 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1113 409 3 0 796 0
[pid=21669] ppid=21646 vsize=5356 CPUtime=0
/proc/21669/stat : 21669 (sh) S 21646 21646 19697 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24957724 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21669/statm: 1339 232 193 169 0 50 0
[pid=21670] ppid=21669 vsize=17308 CPUtime=3.19
/proc/21670/stat : 21670 (picosat) R 21669 21646 19697 0 -1 4194304 3709 0 0 0 141 178 0 0 25 0 1 0 24957724 17723392 3695 996147200 134512640 134931368 4294956256 18446744073709551615 134520488 0 0 4096 0 0 0 0 17 1 0 0
/proc/21670/statm: 4327 3695 40 102 0 4222 0
Current children cumulated CPU time (s) 13.24
Current children cumulated vsize (KiB) 39532

[startup+14.3079 s]
/proc/loadavg: 2.09 2.29 2.14 4/83 21680
/proc/meminfo: memFree=1900076/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=13.72
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1446 21243 0 2 6 1 1151 214 16 0 1 0 24956698 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1113 409 3 0 796 0
[pid=21671] ppid=21646 vsize=5356 CPUtime=0
/proc/21671/stat : 21671 (sh) S 21646 21646 19697 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24958096 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21671/statm: 1339 233 193 169 0 50 0
[pid=21672] ppid=21671 vsize=862768 CPUtime=0.31
/proc/21672/stat : 21672 (java) S 21671 21646 19697 0 -1 0 3409 0 1 0 30 1 0 0 20 0 9 0 24958096 883474432 2875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21672/statm: 215692 2875 1284 9 0 210605 0
[pid=21672/tid=21673] ppid=21671 vsize=862768 CPUtime=0.24
/proc/21672/task/21673/stat : 21673 (java) R 21671 21646 19697 0 -1 64 2031 0 1 0 24 0 0 0 19 0 9 0 24958097 883474432 2875 996147200 134512640 134550932 4294955984 18446744073709551615 4125950746 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21674] ppid=21671 vsize=862768 CPUtime=0
/proc/21672/task/21674/stat : 21674 (java) S 21671 21646 19697 0 -1 64 231 0 0 0 0 0 0 0 16 0 9 0 24958098 883474432 2875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21675] ppid=21671 vsize=862768 CPUtime=0
/proc/21672/task/21675/stat : 21675 (java) S 21671 21646 19697 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24958098 883474432 2875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21676] ppid=21671 vsize=862768 CPUtime=0
/proc/21672/task/21676/stat : 21676 (java) S 21671 21646 19697 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24958098 883474432 2875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21677] ppid=21671 vsize=862768 CPUtime=0
/proc/21672/task/21677/stat : 21677 (java) S 21671 21646 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24958100 883474432 2875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21678] ppid=21671 vsize=862768 CPUtime=0.04
/proc/21672/task/21678/stat : 21678 (java) S 21671 21646 19697 0 -1 64 453 0 0 0 4 0 0 0 17 0 9 0 24958100 883474432 2875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21679] ppid=21671 vsize=862768 CPUtime=0
/proc/21672/task/21679/stat : 21679 (java) S 21671 21646 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24958100 883474432 2875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21680] ppid=21671 vsize=862768 CPUtime=0
/proc/21672/task/21680/stat : 21680 (java) S 21671 21646 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24958100 883474432 2875 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.03
Current children cumulated vsize (KiB) 884992

[startup+14.5029 s]
/proc/loadavg: 2.09 2.29 2.14 4/83 21680
/proc/meminfo: memFree=1900076/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=13.72
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1446 21243 0 2 6 1 1151 214 16 0 1 0 24956698 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1113 409 3 0 796 0
[pid=21671] ppid=21646 vsize=5356 CPUtime=0
/proc/21671/stat : 21671 (sh) S 21646 21646 19697 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 24958096 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21671/statm: 1339 233 193 169 0 50 0
[pid=21672] ppid=21671 vsize=862880 CPUtime=0.5
/proc/21672/stat : 21672 (java) S 21671 21646 19697 0 -1 0 3875 0 1 0 49 1 0 0 20 0 9 0 24958096 883589120 3329 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21672/statm: 215720 3329 1298 9 0 210633 0
[pid=21672/tid=21673] ppid=21671 vsize=862880 CPUtime=0.39
/proc/21672/task/21673/stat : 21673 (java) R 21671 21646 19697 0 -1 64 2070 0 1 0 39 0 0 0 20 0 9 0 24958097 883589120 3329 996147200 134512640 134550932 4294955984 18446744073709551615 4126417767 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21674] ppid=21671 vsize=862880 CPUtime=0.02
/proc/21672/task/21674/stat : 21674 (java) S 21671 21646 19697 0 -1 64 624 0 0 0 2 0 0 0 16 0 9 0 24958098 883589120 3329 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21675] ppid=21671 vsize=862880 CPUtime=0
/proc/21672/task/21675/stat : 21675 (java) S 21671 21646 19697 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 24958098 883589120 3329 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21676] ppid=21671 vsize=862880 CPUtime=0
/proc/21672/task/21676/stat : 21676 (java) S 21671 21646 19697 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24958098 883589120 3329 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21677] ppid=21671 vsize=862880 CPUtime=0
/proc/21672/task/21677/stat : 21677 (java) S 21671 21646 19697 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24958100 883589120 3329 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21678] ppid=21671 vsize=862880 CPUtime=0.07
/proc/21672/task/21678/stat : 21678 (java) S 21671 21646 19697 0 -1 64 487 0 0 0 7 0 0 0 16 0 9 0 24958100 883589120 3329 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21679] ppid=21671 vsize=862880 CPUtime=0
/proc/21672/task/21679/stat : 21679 (java) S 21671 21646 19697 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24958100 883589120 3329 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21672/tid=21680] ppid=21671 vsize=862880 CPUtime=0
/proc/21672/task/21680/stat : 21680 (java) S 21671 21646 19697 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24958100 883589120 3329 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.22
Current children cumulated vsize (KiB) 885104

[startup+14.6037 s]
/proc/loadavg: 2.09 2.29 2.14 4/83 21680
/proc/meminfo: memFree=1900076/2055920 swapFree=4192812/4192956
[pid=21646] ppid=21644 vsize=16868 CPUtime=13.72
/proc/21646/stat : 21646 (sugar) S 21644 21646 19697 0 -1 4194304 1451 21243 0 2 6 1 1151 214 15 0 1 0 24956698 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21646/statm: 4217 1114 409 3 0 796 0
[pid=21671] ppid=21646 vsize=5356 CPUtime=0
/proc/21671/stat : 21671 (sh) R 21646 21646 19697 0 -1 4194304 278 0 0 0 0 0 0 0 15 0 1 0 24958096 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 215418987332 0 65536 4100 65538 0 0 0 17 1 0 0
/proc/21671/statm: 1339 233 193 169 0 50 0
[pid=21672] ppid=21671 vsize=0 CPUtime=0.55
/proc/21672/stat : 21672 (java) Z 21671 21646 19697 0 -1 12 4394 0 1 0 53 2 0 0 15 0 1 0 24958096 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744071563351923 0 0 17 1 0 0
/proc/21672/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 14.27
Current children cumulated vsize (KiB) 22224

Child status: 0
Real time (s): 14.6105
CPU time (s): 14.3248
CPU user time (s): 12.1242
CPU system time (s): 2.20067
CPU usage (%): 98.0446
Max. virtual memory (cumulated for all children) (KiB): 890884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.1242
system time used= 2.20066
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27460
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= 12313
involuntary context switches= 12472

runsolver used 0.028995 second user time and 0.053991 second system time

The end

Launcher Data

Begin job on node9 at 2009-07-12 08:08:16
IDJOB=2084215
IDBENCH=58056
IDSOLVER=738
FILE ID=node9/2084215-1247378896
PBS_JOBID= 9507134
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph14.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-2084215-1247378896/watcher-2084215-1247378896 -o /tmp/evaluation-result-2084215-1247378896/solver-2084215-1247378896 -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-2084215-1247378896.xml

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

MD5SUM BENCH= 3fb56d38999618c3f590ccca7c05d859
RANDOM SEED=2056966215

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1917860 kB
Buffers:          3700 kB
Cached:          48864 kB
SwapCached:          0 kB
Active:          66100 kB
Inactive:        16740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1917860 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:          41764 kB
Slab:            40564 kB
Committed_AS:   188148 kB
PageTables:       1764 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= 66396 MiB
End job on node9 at 2009-07-12 08:08:31