Trace number 1087914

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.13+minisatSAT 3.18551 3.384

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph1.xml
MD5SUMa04080f413cb83f1ad6bfb4c8f4b619a
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.135979
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints1134
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1134
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.13	c 0	Sugar v1-13 + HOME/minisat
0.01/0.13	c 0	BEGIN Sat Jul  5 10:14:13 2008
0.01/0.13	c 0	PID 6342
0.01/0.13	c 0	HOST node74.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1087914-1215245653.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087914-1215245653.xml' 'HOME/temp.csp'
0.04/0.64	c 0	7 domains, 200 variables, 2 predicates, 0 relations, 1134 constraints
0.04/0.67	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.67	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.54/0.76	c 0	Parsing HOME/temp.csp
0.54/0.91	c 1	parsed 1343 expressions
0.54/0.92	c 1	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.92	c 1	Converting to clausal form CSP
0.54/0.95	c 1	converted 135 (10%) expressions
0.84/1.04	c 1	converted 269 (20%) expressions
0.94/1.17	c 1	converted 403 (30%) expressions
1.13/1.36	c 1	converted 538 (40%) expressions
1.24/1.48	c 1	converted 672 (50%) expressions
1.43/1.60	c 1	converted 806 (60%) expressions
1.53/1.73	c 1	converted 941 (70%) expressions
1.63/1.85	c 1	converted 1075 (80%) expressions
1.73/1.96	c 2	converted 1209 (90%) expressions
1.93/2.16	c 2	converted 1343 (100%) expressions
1.93/2.16	c 2	CSP : 200 integers, 0 booleans, 1334 clauses, largest domain size 44
1.93/2.16	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.93/2.16	c 2	Propagation in CSP
2.12/2.37	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.12/2.37	c 2	CSP : 200 integers, 0 booleans, 1334 clauses, largest domain size 44
2.12/2.37	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.12/2.37	c 2	Simplifing CSP by introducing new Boolean variables
2.22/2.40	c 2	CSP : 200 integers, 2268 booleans, 3602 clauses, largest domain size 44
2.22/2.40	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.22/2.46	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.22/2.49	c 2	20 (10%) CSP integer variables are encoded (476 clauses, 5094 bytes)
2.32/2.51	c 2	40 (20%) CSP integer variables are encoded (1152 clauses, 12905 bytes)
2.32/2.52	c 2	60 (30%) CSP integer variables are encoded (1780 clauses, 21069 bytes)
2.32/2.52	c 2	80 (40%) CSP integer variables are encoded (2424 clauses, 29441 bytes)
2.32/2.53	c 2	100 (50%) CSP integer variables are encoded (3052 clauses, 37605 bytes)
2.32/2.54	c 2	120 (60%) CSP integer variables are encoded (3824 clauses, 47641 bytes)
2.32/2.54	c 2	140 (70%) CSP integer variables are encoded (4328 clauses, 54193 bytes)
2.32/2.55	c 2	160 (80%) CSP integer variables are encoded (5108 clauses, 64333 bytes)
2.32/2.56	c 2	180 (90%) CSP integer variables are encoded (5828 clauses, 73693 bytes)
2.32/2.56	c 2	200 (100%) CSP integer variables are encoded (6520 clauses, 82689 bytes)
2.43/2.62	c 2	361 (10%) CSP clauses are encoded (13147 clauses, 193255 bytes)
2.43/2.66	c 2	721 (20%) CSP clauses are encoded (18413 clauses, 283713 bytes)
2.53/2.71	c 2	1081 (30%) CSP clauses are encoded (26424 clauses, 424955 bytes)
2.53/2.75	c 2	1441 (40%) CSP clauses are encoded (34107 clauses, 566307 bytes)
2.62/2.80	c 2	1801 (50%) CSP clauses are encoded (42275 clauses, 716120 bytes)
2.62/2.85	c 2	2162 (60%) CSP clauses are encoded (50461 clauses, 866160 bytes)
2.62/2.90	c 3	2522 (70%) CSP clauses are encoded (58486 clauses, 1013004 bytes)
2.72/2.93	c 3	2882 (80%) CSP clauses are encoded (65455 clauses, 1139564 bytes)
2.72/2.97	c 3	3242 (90%) CSP clauses are encoded (73125 clauses, 1277783 bytes)
2.82/3.01	c 3	3602 (100%) CSP clauses are encoded (80874 clauses, 1416262 bytes)
2.82/3.01	c 3	3602 CSP clauses encoded
2.82/3.01	c 3	Writing map file : HOME/temp.map
2.82/3.02	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/3.02	c 3	SAT : 8988 SAT variables, 80874 SAT clauses, 1416262 bytes
2.82/3.02	c 3	Heap : 4 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.82/3.03	c 3	SOLVING HOME/temp.cnf
2.82/3.03	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.82/3.03	c 3	This is MiniSat 2.0 beta
2.82/3.03	c 3	WARNING: for repeatability, setting FPU to use double precision
2.82/3.03	c 3	============================[ Problem Statistics ]=============================
2.82/3.03	c 3	|                                                                             |
2.82/3.04	c 3	|  Number of variables:  8988                                                 |
2.82/3.04	c 3	|  Number of clauses:    80874                                                |
2.82/3.08	c 3	|  Parsing time:         0.04         s                                       |
2.82/3.09	c 3	============================[ Search Statistics ]==============================
2.82/3.09	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.82/3.09	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.82/3.09	c 3	===============================================================================
2.82/3.09	c 3	|         0 |    8988    80874   226398 |    26958        0    nan |  0.000 % |
2.82/3.10	c 3	===============================================================================
2.82/3.10	c 3	restarts              : 1
2.82/3.10	c 3	conflicts             : 5              (98 /sec)
2.82/3.10	c 3	decisions             : 410            (0.00 % random) (8040 /sec)
2.82/3.10	c 3	propagations          : 13225          (259354 /sec)
2.82/3.10	c 3	conflict literals     : 19             (0.00 % deleted)
2.82/3.10	c 3	Memory used           : 5.72 MB
2.82/3.10	c 3	CPU time              : 0.050992 s
2.82/3.10	c 3	
2.86/3.10	c 3	SATISFIABLE
2.86/3.10	c 3	DECODING HOME/temp.out WITH HOME/temp.map
2.86/3.10	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
2.86/3.19	c 3	Decoding HOME/temp.out
3.11/3.33	s SATISFIABLE
3.11/3.34	v 792 554 526 764 554 792 240 478 240 478 428 666 512 750 470 708 470 708 156 394 792 554 170 408 498 736 554 792 142 380 750 512 554 792 470 708 540 778 394 156 456 694 100 338 394 156 512 750 526 764 128 366 540 778 526 764 470 708 512 750 792 554 736 498 554 792 512 750 666 428 554 792 478 240 512 750 296 58 680 442 380 142 554 792 540 778 114 352 792 554 666 428 792 554 100 338 478 240 792 554 498 736 526 764 456 694 512 750 554 792 722 484 394 156 792 554 352 114 722 484 240 478 240 478 554 792 470 708 526 764 540 778 380 142 408 170 680 442 156 394 142 380 554 792 366 128 540 778 792 554 554 792 498 736 526 764 456 694 526 764 526 764 484 722 498 736 484 722 114 352 540 778 442 680 442 680 708 470 652 414 484 722 456 694 442 680 352 114 456 694 428 666 170 408 652 414 394 156 394 156
3.11/3.35	c 3	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.11/3.38	c 3	CPU 2.98 (0.04 0.01 2.94 0.17)
3.11/3.38	c 3	END Sat Jul  5 10:14:16 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087914-1215245653/watcher-1087914-1215245653 -o /tmp/evaluation-result-1087914-1215245653/solver-1087914-1215245653 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1087914-1215245653.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 2.04 2.00 4/73 6342
/proc/meminfo: memFree=1862664/2055920 swapFree=4179604/4192956
[pid=6342] ppid=6340 vsize=18572 CPUtime=0
/proc/6342/stat : 6342 (runsolver) D 6340 6342 5520 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003516392 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 228774702375 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/6342/statm: 4643 292 257 25 0 2626 0

[startup+0.040901 s]
/proc/loadavg: 1.97 2.04 2.00 4/73 6342
/proc/meminfo: memFree=1862664/2055920 swapFree=4179604/4192956
[pid=6342] ppid=6340 vsize=12268 CPUtime=0
/proc/6342/stat : 6342 (sugar) D 6340 6342 5520 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 2003516392 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 228774869605 0 2147483391 4224 0 18446744072099863542 0 0 17 1 0 0
/proc/6342/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.102427 s]
/proc/loadavg: 1.97 2.04 2.00 4/73 6342
/proc/meminfo: memFree=1862664/2055920 swapFree=4179604/4192956
[pid=6342] ppid=6340 vsize=12544 CPUtime=0.01
/proc/6342/stat : 6342 (sugar) R 6340 6342 5520 0 -1 4194304 518 0 0 0 1 0 0 0 18 0 1 0 2003516392 12845056 486 996147200 4194304 4206940 548682068608 18446744073709551615 228774554187 0 0 4224 0 0 0 0 17 1 0 0
/proc/6342/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.30247 s]
/proc/loadavg: 1.97 2.04 2.00 4/73 6342
/proc/meminfo: memFree=1862664/2055920 swapFree=4179604/4192956
[pid=6342] ppid=6340 vsize=13600 CPUtime=0.04
/proc/6342/stat : 6342 (sugar) S 6340 6342 5520 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003516392 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6342/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701546 s]
/proc/loadavg: 1.97 2.04 2.00 4/73 6342
/proc/meminfo: memFree=1862664/2055920 swapFree=4179604/4192956
[pid=6342] ppid=6340 vsize=13600 CPUtime=0.54
/proc/6342/stat : 6342 (sugar) S 6340 6342 5520 0 -1 4194304 956 4798 0 1 3 1 46 4 16 0 1 0 2003516392 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6342/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.5017 s]
/proc/loadavg: 1.97 2.04 2.00 4/84 6364
/proc/meminfo: memFree=1853808/2055920 swapFree=4179604/4192956
[pid=6342] ppid=6340 vsize=13600 CPUtime=0.54
/proc/6342/stat : 6342 (sugar) S 6340 6342 5520 0 -1 4194304 973 4798 0 1 3 1 46 4 15 0 1 0 2003516392 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6342/statm: 3400 797 370 3 0 500 0
[pid=6355] ppid=6342 vsize=5356 CPUtime=0
/proc/6355/stat : 6355 (sh) S 6342 6342 5520 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003516459 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6355/statm: 1339 233 193 169 0 50 0
[pid=6356] ppid=6355 vsize=868232 CPUtime=0.79
/proc/6356/stat : 6356 (java) S 6355 6342 5520 0 -1 0 5449 0 1 0 75 4 0 0 18 0 9 0 2003516460 889069568 4841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6356/statm: 217058 4841 1731 9 0 211633 0
[pid=6356/tid=6357] ppid=6355 vsize=868232 CPUtime=0.56
/proc/6356/task/6357/stat : 6357 (java) R 6355 6342 5520 0 -1 64 2655 0 1 0 54 2 0 0 21 0 9 0 2003516461 889069568 4841 996147200 134512640 134550740 4294955952 18446744073709551615 4126538004 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6358] ppid=6355 vsize=868232 CPUtime=0.03
/proc/6356/task/6358/stat : 6358 (java) S 6355 6342 5520 0 -1 64 659 0 0 0 3 0 0 0 16 0 9 0 2003516462 889069568 4841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6359] ppid=6355 vsize=868232 CPUtime=0
/proc/6356/task/6359/stat : 6359 (java) S 6355 6342 5520 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2003516462 889069568 4841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6360] ppid=6355 vsize=868232 CPUtime=0
/proc/6356/task/6360/stat : 6360 (java) S 6355 6342 5520 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 2003516462 889069568 4841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6361] ppid=6355 vsize=868232 CPUtime=0
/proc/6356/task/6361/stat : 6361 (java) S 6355 6342 5520 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003516464 889069568 4841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6362] ppid=6355 vsize=868232 CPUtime=0.16
/proc/6356/task/6362/stat : 6362 (java) S 6355 6342 5520 0 -1 64 1444 0 0 0 16 0 0 0 16 0 9 0 2003516464 889069568 4841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6363] ppid=6355 vsize=868232 CPUtime=0
/proc/6356/task/6363/stat : 6363 (java) S 6355 6342 5520 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2003516465 889069568 4841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6356/tid=6364] ppid=6355 vsize=868232 CPUtime=0
/proc/6356/task/6364/stat : 6364 (java) S 6355 6342 5520 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2003516465 889069568 4841 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 887188

[startup+3.10301 s]
/proc/loadavg: 1.97 2.04 2.00 3/84 6364
/proc/meminfo: memFree=1844912/2055920 swapFree=4179604/4192956
[pid=6342] ppid=6340 vsize=13600 CPUtime=2.86
/proc/6342/stat : 6342 (sugar) S 6340 6342 5520 0 -1 4194304 1034 12622 0 2 4 1 268 13 16 0 1 0 2003516392 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6342/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 13600

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

[startup+3.30705 s]
/proc/loadavg: 1.97 2.04 2.00 3/84 6376
/proc/meminfo: memFree=1854000/2055920 swapFree=4179604/4192956
[pid=6342] ppid=6340 vsize=13600 CPUtime=2.93
/proc/6342/stat : 6342 (sugar) S 6340 6342 5520 0 -1 4194304 1090 14255 0 2 4 1 274 14 16 0 1 0 2003516392 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6342/statm: 3400 799 370 3 0 500 0
[pid=6367] ppid=6342 vsize=5356 CPUtime=0
/proc/6367/stat : 6367 (sh) S 6342 6342 5520 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003516703 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6367/statm: 1339 233 193 169 0 50 0
[pid=6368] ppid=6367 vsize=864332 CPUtime=0.18
/proc/6368/stat : 6368 (java) S 6367 6342 5520 0 -1 0 3689 0 1 0 16 2 0 0 18 0 9 0 2003516703 885075968 3158 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6368/statm: 216083 3158 1678 9 0 210665 0
[pid=6368/tid=6369] ppid=6367 vsize=864332 CPUtime=0.11
/proc/6368/task/6369/stat : 6369 (java) R 6367 6342 5520 0 -1 64 2485 0 1 0 10 1 0 0 20 0 9 0 2003516704 885075968 3158 996147200 134512640 134550740 4294956000 18446744073709551615 4126513400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6370] ppid=6367 vsize=864332 CPUtime=0
/proc/6368/task/6370/stat : 6370 (java) S 6367 6342 5520 0 -1 64 111 0 0 0 0 0 0 0 16 0 9 0 2003516705 885075968 3158 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6371] ppid=6367 vsize=864332 CPUtime=0
/proc/6368/task/6371/stat : 6371 (java) S 6367 6342 5520 0 -1 64 9 0 0 0 0 0 0 0 19 0 9 0 2003516706 885075968 3158 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6372] ppid=6367 vsize=864332 CPUtime=0
/proc/6368/task/6372/stat : 6372 (java) S 6367 6342 5520 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2003516706 885075968 3158 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6373] ppid=6367 vsize=864332 CPUtime=0
/proc/6368/task/6373/stat : 6373 (java) S 6367 6342 5520 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003516708 885075968 3158 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6374] ppid=6367 vsize=864332 CPUtime=0.05
/proc/6368/task/6374/stat : 6374 (java) S 6367 6342 5520 0 -1 64 401 0 0 0 5 0 0 0 17 0 9 0 2003516708 885075968 3158 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6375] ppid=6367 vsize=864332 CPUtime=0
/proc/6368/task/6375/stat : 6375 (java) S 6367 6342 5520 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003516708 885075968 3158 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6368/tid=6376] ppid=6367 vsize=864332 CPUtime=0
/proc/6368/task/6376/stat : 6376 (java) S 6367 6342 5520 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 2003516708 885075968 3158 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 883288

Child status: 0
Real time (s): 3.384
CPU time (s): 3.18551
CPU user time (s): 2.98854
CPU system time (s): 0.19697
CPU usage (%): 94.1347
Max. virtual memory (cumulated for all children) (KiB): 887444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.98855
system time used= 0.19697
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19511
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= 3497
involuntary context switches= 3433

runsolver used 0.011998 second user time and 0.019996 second system time

The end

Launcher Data (download as text)

Begin job on node74 at 2008-07-05 10:14:13
IDJOB=1087914
IDBENCH=58055
IDSOLVER=346
FILE ID=node74/1087914-1215245653
PBS_JOBID= 7882030
Free space on /tmp= 103236 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph1.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1087914-1215245653/watcher-1087914-1215245653 -o /tmp/evaluation-result-1087914-1215245653/solver-1087914-1215245653 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1087914-1215245653.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a04080f413cb83f1ad6bfb4c8f4b619a
RANDOM SEED=621876261

node74.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.259
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.259
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:       1863144 kB
Buffers:          6548 kB
Cached:         100492 kB
SwapCached:       6520 kB
Active:         113384 kB
Inactive:        27328 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1863144 kB
SwapTotal:     4192956 kB
SwapFree:      4179604 kB
Dirty:            1688 kB
Writeback:           0 kB
Mapped:          41652 kB
Slab:            37336 kB
Committed_AS:  4156052 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103232 MiB
End job on node74 at 2008-07-05 10:14:16