Trace number 2084227

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 3.63545 3.78604

General information on the benchmark

Namecsp/rlfapGraphs/
normalized-graph3.xml
MD5SUM1a813c9bdc27992d76b211942c3214fa
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.209967
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

0.03/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.08	c 0	BEGIN Sun Jul 12 08:08:19 2009
0.03/0.08	c 0	PID 26093
0.03/0.08	c 0	HOST node59.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2084227-1247378899.xml TO HOME/temp.csp
0.03/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-2084227-1247378899.xml' 'HOME/temp.csp'
0.06/0.68	c 1	6 domains, 200 variables, 2 predicates, 0 relations, 1134 constraints
0.06/0.71	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/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.06/0.79	c 1	Parsing HOME/temp.csp
0.64/0.86	c 1	parsed 1342 expressions
0.64/0.87	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.64/0.87	c 1	Converting to clausal form CSP
0.64/0.89	c 1	converted 135 (10%) expressions
0.92/1.04	c 1	converted 269 (20%) expressions
1.11/1.22	c 1	converted 403 (30%) expressions
1.31/1.46	c 2	converted 537 (40%) expressions
1.51/1.62	c 2	converted 671 (50%) expressions
1.60/1.79	c 2	converted 806 (60%) expressions
1.80/1.97	c 2	converted 940 (70%) expressions
2.00/2.14	c 2	converted 1074 (80%) expressions
2.20/2.32	c 2	converted 1208 (90%) expressions
2.40/2.51	c 3	converted 1342 (100%) expressions
2.40/2.51	c 3	CSP : 200 integers, 0 booleans, 1334 clauses, largest domain size 44
2.40/2.51	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.51	c 3	Propagation in CSP
2.59/2.71	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.59/2.71	c 3	CSP : 200 integers, 0 booleans, 1334 clauses, largest domain size 44
2.59/2.71	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.71	c 3	Simplifing CSP by introducing new Boolean variables
2.59/2.75	c 3	CSP : 200 integers, 2268 booleans, 3602 clauses, largest domain size 44
2.59/2.75	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.59/2.78	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.69/2.82	c 3	20 (10%) CSP integer variables are encoded (696 clauses, 7510 bytes)
2.69/2.83	c 3	40 (20%) CSP integer variables are encoded (1336 clauses, 15281 bytes)
2.69/2.84	c 3	60 (30%) CSP integer variables are encoded (2076 clauses, 24901 bytes)
2.69/2.86	c 3	80 (40%) CSP integer variables are encoded (2856 clauses, 35041 bytes)
2.69/2.86	c 3	100 (50%) CSP integer variables are encoded (3536 clauses, 43881 bytes)
2.69/2.87	c 3	120 (60%) CSP integer variables are encoded (4328 clauses, 54177 bytes)
2.69/2.87	c 3	140 (70%) CSP integer variables are encoded (5132 clauses, 64629 bytes)
2.69/2.88	c 3	160 (80%) CSP integer variables are encoded (5900 clauses, 74613 bytes)
2.69/2.89	c 3	180 (90%) CSP integer variables are encoded (6664 clauses, 84545 bytes)
2.69/2.89	c 3	200 (100%) CSP integer variables are encoded (7420 clauses, 94373 bytes)
2.79/2.95	c 3	361 (10%) CSP clauses are encoded (14932 clauses, 220664 bytes)
2.79/2.99	c 3	721 (20%) CSP clauses are encoded (20711 clauses, 319847 bytes)
2.89/3.04	c 3	1081 (30%) CSP clauses are encoded (27795 clauses, 446779 bytes)
2.89/3.09	c 3	1441 (40%) CSP clauses are encoded (35330 clauses, 584350 bytes)
3.00/3.13	c 3	1801 (50%) CSP clauses are encoded (43154 clauses, 727305 bytes)
3.00/3.18	c 3	2162 (60%) CSP clauses are encoded (51385 clauses, 877211 bytes)
3.09/3.24	c 3	2522 (70%) CSP clauses are encoded (58651 clauses, 1008983 bytes)
3.09/3.28	c 3	2882 (80%) CSP clauses are encoded (66862 clauses, 1158374 bytes)
3.19/3.32	c 3	3242 (90%) CSP clauses are encoded (74945 clauses, 1303194 bytes)
3.19/3.36	c 3	3602 (100%) CSP clauses are encoded (82994 clauses, 1445757 bytes)
3.19/3.36	c 3	3602 CSP clauses encoded
3.19/3.36	c 3	Writing map file : HOME/temp.map
3.19/3.37	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.19/3.37	c 4	SAT : 9888 SAT variables, 82994 SAT clauses, 1445757 bytes
3.19/3.37	c 4	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.26/3.43	c 4	SOLVING HOME/temp.cnf
3.26/3.43	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.26/3.43	c 4	This is MiniSat 2.0 beta
3.26/3.43	c 4	WARNING: for repeatability, setting FPU to use double precision
3.26/3.43	c 4	============================[ Problem Statistics ]=============================
3.26/3.43	c 4	|                                                                             |
3.26/3.43	c 4	|  Number of variables:  9888                                                 |
3.26/3.43	c 4	|  Number of clauses:    82994                                                |
3.26/3.48	c 4	|  Parsing time:         0.04         s                                       |
3.26/3.48	c 4	============================[ Search Statistics ]==============================
3.26/3.48	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.26/3.48	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.26/3.48	c 4	===============================================================================
3.26/3.48	c 4	|         0 |    9888    82994   230439 |    27664        0    nan |  0.000 % |
3.28/3.50	c 4	===============================================================================
3.28/3.50	c 4	restarts              : 1
3.28/3.50	c 4	conflicts             : 23             (383 /sec)
3.28/3.50	c 4	decisions             : 199            (0.50 % random) (3317 /sec)
3.28/3.50	c 4	propagations          : 25403          (423454 /sec)
3.28/3.50	c 4	conflict literals     : 92             (12.38 % deleted)
3.28/3.50	c 4	Memory used           : 5.99 MB
3.28/3.50	c 4	CPU time              : 0.05999 s
3.28/3.50	c 4	
3.28/3.51	c 4	SATISFIABLE
3.28/3.51	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.28/3.51	c 4	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'
3.28/3.59	c 4	Decoding HOME/temp.out
3.36/3.74	s SATISFIABLE
3.36/3.75	v 512 750 296 58 554 792 554 792 282 44 554 792 470 708 324 86 296 58 470 708 442 680 352 114 324 86 512 750 324 86 310 72 456 694 268 30 484 722 792 554 428 666 526 764 498 736 526 764 778 540 310 72 282 44 764 526 498 736 296 58 470 708 456 694 554 792 554 792 442 680 268 30 296 58 352 114 456 694 428 666 512 750 470 708 428 666 512 750 484 722 456 694 526 764 170 408 380 142 72 310 792 554 268 30 498 736 540 778 282 44 792 554 394 156 750 512 296 58 540 778 296 58 456 694 526 764 366 128 554 792 268 30 484 722 268 30 554 792 722 484 526 764 366 128 58 296 338 100 282 44 366 128 512 750 324 86 394 156 352 114 394 156 310 72 324 86 394 156 282 44 282 44 366 128 310 72 540 778 352 114 296 58 526 764 324 86 352 114 380 142 428 666 484 722 380 142 540 778 380 142
3.36/3.76	c 4	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.36/3.78	c 4	CPU 3.61 (0.06 0.02 3.39 0.14)
3.36/3.78	c 4	END Sun Jul 12 08:08:23 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-2084227-1247378899/watcher-2084227-1247378899 -o /tmp/evaluation-result-2084227-1247378899/solver-2084227-1247378899 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2084227-1247378899.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.25 2.12 2.04 4/82 26093
/proc/meminfo: memFree=1551672/2055920 swapFree=4192812/4192956
[pid=26093] ppid=26091 vsize=18576 CPUtime=0
/proc/26093/stat : 26093 (runsolver) R 26091 26093 25777 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24953032 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 217051622695 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26093/statm: 4644 284 249 26 0 2626 0

[startup+0.0471139 s]
/proc/loadavg: 2.25 2.12 2.04 4/82 26093
/proc/meminfo: memFree=1551672/2055920 swapFree=4192812/4192956
[pid=26093] ppid=26091 vsize=13468 CPUtime=0.03
/proc/26093/stat : 26093 (sugar) R 26091 26093 25777 0 -1 4194304 755 0 0 0 2 1 0 0 20 0 1 0 24953032 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 217051789925 0 0 4224 0 0 0 0 17 1 0 0
/proc/26093/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101418 s]
/proc/loadavg: 2.25 2.12 2.04 4/82 26093
/proc/meminfo: memFree=1551672/2055920 swapFree=4192812/4192956
[pid=26093] ppid=26091 vsize=16868 CPUtime=0.06
/proc/26093/stat : 26093 (sugar) S 26091 26093 25777 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24953032 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26093/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301152 s]
/proc/loadavg: 2.25 2.12 2.04 4/82 26093
/proc/meminfo: memFree=1551672/2055920 swapFree=4192812/4192956
[pid=26093] ppid=26091 vsize=16868 CPUtime=0.06
/proc/26093/stat : 26093 (sugar) S 26091 26093 25777 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 24953032 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26093/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701229 s]
/proc/loadavg: 2.25 2.12 2.04 4/82 26093
/proc/meminfo: memFree=1551672/2055920 swapFree=4192812/4192956
[pid=26093] ppid=26091 vsize=16868 CPUtime=0.06
/proc/26093/stat : 26093 (sugar) S 26091 26093 25777 0 -1 4194304 1245 128 0 0 5 1 0 0 15 0 1 0 24953032 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26093/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50238 s]
/proc/loadavg: 2.25 2.12 2.04 3/93 26115
/proc/meminfo: memFree=1538848/2055920 swapFree=4192812/4192956
[pid=26093] ppid=26091 vsize=16868 CPUtime=0.65
/proc/26093/stat : 26093 (sugar) S 26091 26093 25777 0 -1 4194304 1309 4851 0 1 6 1 55 3 16 0 1 0 24953032 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26093/statm: 4217 1111 409 3 0 796 0
[pid=26106] ppid=26093 vsize=5356 CPUtime=0
/proc/26106/stat : 26106 (sh) S 26093 26093 25777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24953104 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26106/statm: 1339 233 193 169 0 50 0
[pid=26107] ppid=26106 vsize=868484 CPUtime=0.76
/proc/26107/stat : 26107 (java) S 26106 26093 25777 0 -1 0 5235 0 1 0 73 3 0 0 18 0 9 0 24953104 889327616 4627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26107/statm: 217121 4627 1739 9 0 211626 0
[pid=26107/tid=26108] ppid=26106 vsize=868484 CPUtime=0.57
/proc/26107/task/26108/stat : 26108 (java) R 26106 26093 25777 0 -1 64 2682 0 1 0 56 1 0 0 24 0 9 0 24953105 889327616 4627 996147200 134512640 134550932 4294955936 18446744073709551615 102094027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26109] ppid=26106 vsize=868484 CPUtime=0.03
/proc/26107/task/26109/stat : 26109 (java) S 26106 26093 25777 0 -1 64 408 0 0 0 3 0 0 0 16 0 9 0 24953106 889327616 4627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26110] ppid=26106 vsize=868484 CPUtime=0
/proc/26107/task/26110/stat : 26110 (java) S 26106 26093 25777 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24953106 889327616 4627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26111] ppid=26106 vsize=868484 CPUtime=0
/proc/26107/task/26111/stat : 26111 (java) S 26106 26093 25777 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24953106 889327616 4627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26112] ppid=26106 vsize=868484 CPUtime=0
/proc/26107/task/26112/stat : 26112 (java) S 26106 26093 25777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24953109 889327616 4627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26113] ppid=26106 vsize=868484 CPUtime=0.13
/proc/26107/task/26113/stat : 26113 (java) S 26106 26093 25777 0 -1 64 1451 0 0 0 13 0 0 0 16 0 9 0 24953109 889327616 4627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26114] ppid=26106 vsize=868484 CPUtime=0
/proc/26107/task/26114/stat : 26114 (java) S 26106 26093 25777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24953109 889327616 4627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26115] ppid=26106 vsize=868484 CPUtime=0
/proc/26107/task/26115/stat : 26115 (java) S 26106 26093 25777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24953109 889327616 4627 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890708

[startup+3.10269 s]
/proc/loadavg: 2.25 2.12 2.04 3/93 26115
/proc/meminfo: memFree=1532576/2055920 swapFree=4192812/4192956
[pid=26093] ppid=26091 vsize=16868 CPUtime=0.65
/proc/26093/stat : 26093 (sugar) S 26091 26093 25777 0 -1 4194304 1310 4851 0 1 6 1 55 3 15 0 1 0 24953032 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26093/statm: 4217 1111 409 3 0 796 0
[pid=26106] ppid=26093 vsize=5356 CPUtime=0
/proc/26106/stat : 26106 (sh) S 26093 26093 25777 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24953104 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26106/statm: 1339 233 193 169 0 50 0
[pid=26107] ppid=26106 vsize=868596 CPUtime=2.35
/proc/26107/stat : 26107 (java) S 26106 26093 25777 0 -1 0 7001 0 1 0 229 6 0 0 18 0 9 0 24953104 889442304 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26107/statm: 217149 6053 2591 9 0 211626 0
[pid=26107/tid=26108] ppid=26106 vsize=868596 CPUtime=1.99
/proc/26107/task/26108/stat : 26108 (java) R 26106 26093 25777 0 -1 64 2900 0 1 0 197 2 0 0 25 0 9 0 24953105 889442304 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4126913332 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26109] ppid=26106 vsize=868596 CPUtime=0.12
/proc/26107/task/26109/stat : 26109 (java) S 26106 26093 25777 0 -1 64 1893 0 0 0 11 1 0 0 16 0 9 0 24953106 889442304 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26110] ppid=26106 vsize=868596 CPUtime=0
/proc/26107/task/26110/stat : 26110 (java) S 26106 26093 25777 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24953106 889442304 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26111] ppid=26106 vsize=868596 CPUtime=0
/proc/26107/task/26111/stat : 26111 (java) S 26106 26093 25777 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24953106 889442304 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26112] ppid=26106 vsize=868596 CPUtime=0
/proc/26107/task/26112/stat : 26112 (java) S 26106 26093 25777 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24953109 889442304 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26113] ppid=26106 vsize=868596 CPUtime=0.19
/proc/26107/task/26113/stat : 26113 (java) S 26106 26093 25777 0 -1 64 1509 0 0 0 19 0 0 0 16 0 9 0 24953109 889442304 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26114] ppid=26106 vsize=868596 CPUtime=0
/proc/26107/task/26114/stat : 26114 (java) S 26106 26093 25777 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24953109 889442304 6053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26107/tid=26115] ppid=26106 vsize=868596 CPUtime=0
/proc/26107/task/26115/stat : 26115 (java) S 26106 26093 25777 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24953109 889442304 6053 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) 890820

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

[startup+3.50177 s]
/proc/loadavg: 2.22 2.12 2.04 3/93 26115
/proc/meminfo: memFree=1529824/2055920 swapFree=4192812/4192956
[pid=26093] ppid=26091 vsize=16868 CPUtime=3.28
/proc/26093/stat : 26093 (sugar) S 26091 26093 25777 0 -1 4194304 1376 12202 0 2 6 1 311 10 16 0 1 0 24953032 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26093/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 16868

[startup+3.70181 s]
/proc/loadavg: 2.22 2.12 2.04 3/93 26115
/proc/meminfo: memFree=1529824/2055920 swapFree=4192812/4192956
[pid=26093] ppid=26091 vsize=16868 CPUtime=3.36
/proc/26093/stat : 26093 (sugar) S 26091 26093 25777 0 -1 4194304 1448 13892 0 2 6 2 317 11 16 0 1 0 24953032 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26093/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 3.36
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 3.78604
CPU time (s): 3.63545
CPU user time (s): 3.46247
CPU system time (s): 0.172973
CPU usage (%): 96.0224
Max. virtual memory (cumulated for all children) (KiB): 890820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.46247
system time used= 0.172973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19647
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= 4021
involuntary context switches= 4073

runsolver used 0.009998 second user time and 0.021996 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 08:08:19
IDJOB=2084227
IDBENCH=58057
IDSOLVER=739
FILE ID=node59/2084227-1247378899
PBS_JOBID= 9507181
Free space on /tmp= 66388 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapGraphs/normalized-graph3.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2084227-1247378899/watcher-2084227-1247378899 -o /tmp/evaluation-result-2084227-1247378899/solver-2084227-1247378899 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2084227-1247378899.xml

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

MD5SUM BENCH= 1a813c9bdc27992d76b211942c3214fa
RANDOM SEED=1480329278

node59.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.263
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.263
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:       1552408 kB
Buffers:         75516 kB
Cached:         288284 kB
SwapCached:          0 kB
Active:         227864 kB
Inactive:       195052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1552408 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3272 kB
Writeback:           0 kB
Mapped:          79628 kB
Slab:            65708 kB
Committed_AS:   255292 kB
PageTables:       2024 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= 66388 MiB
End job on node59 at 2009-07-12 08:08:23