Trace number 2084392

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+minisatUNSAT 9.76951 10.2473

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f3.xml
MD5SUM418cb735258839ac4f973e76ade14b1c
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.09807
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size41
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

0.02/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.02/0.07	c 0	BEGIN Sun Jul 12 08:09:36 2009
0.02/0.07	c 0	PID 25915
0.02/0.08	c 0	HOST node87.alineos.net
0.02/0.08	c 0	CONVERTING HOME/instance-2084392-1247378975.xml TO HOME/temp.csp
0.02/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-2084392-1247378975.xml' 'HOME/temp.csp'
0.06/0.64	c 0	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.06/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.72	c 0	Parsing HOME/temp.csp
0.61/0.87	c 0	parsed 4790 expressions
0.61/0.88	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.88	c 0	Converting to clausal form CSP
0.61/0.91	c 0	converted 479 (10%) expressions
1.23/1.38	c 1	converted 958 (20%) expressions
1.83/1.93	c 1	converted 1437 (30%) expressions
2.32/2.41	c 2	converted 1916 (40%) expressions
2.82/2.94	c 2	converted 2395 (50%) expressions
3.32/3.49	c 3	converted 2874 (60%) expressions
3.81/3.93	c 3	converted 3353 (70%) expressions
4.31/4.41	c 4	converted 3832 (80%) expressions
4.70/4.88	c 4	converted 4311 (90%) expressions
5.30/5.40	c 5	converted 4790 (100%) expressions
5.30/5.40	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 41
5.30/5.40	c 5	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.30/5.40	c 5	Propagation in CSP
5.88/6.01	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.88/6.01	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 41
5.88/6.01	c 5	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.88/6.01	c 5	Simplifing CSP by introducing new Boolean variables
5.98/6.13	c 6	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 41
5.98/6.13	c 6	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.09/6.21	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.09/6.27	c 6	68 (10%) CSP integer variables are encoded (2582 clauses, 31473 bytes)
6.09/6.29	c 6	136 (20%) CSP integer variables are encoded (5026 clauses, 63245 bytes)
6.18/6.31	c 6	204 (30%) CSP integer variables are encoded (7608 clauses, 96811 bytes)
6.18/6.32	c 6	272 (40%) CSP integer variables are encoded (9896 clauses, 126882 bytes)
6.18/6.34	c 6	340 (50%) CSP integer variables are encoded (12184 clauses, 161202 bytes)
6.18/6.36	c 6	408 (60%) CSP integer variables are encoded (14612 clauses, 197622 bytes)
6.18/6.37	c 6	476 (70%) CSP integer variables are encoded (16852 clauses, 231222 bytes)
6.18/6.39	c 6	544 (80%) CSP integer variables are encoded (19196 clauses, 266382 bytes)
6.28/6.41	c 6	612 (90%) CSP integer variables are encoded (21498 clauses, 300912 bytes)
6.28/6.43	c 6	680 (100%) CSP integer variables are encoded (23832 clauses, 335922 bytes)
6.47/6.62	c 6	1299 (10%) CSP clauses are encoded (54824 clauses, 929555 bytes)
6.58/6.79	c 6	2598 (20%) CSP clauses are encoded (87373 clauses, 1577825 bytes)
6.77/6.93	c 6	3897 (30%) CSP clauses are encoded (116168 clauses, 2148852 bytes)
6.87/7.08	c 7	5196 (40%) CSP clauses are encoded (147087 clauses, 2765242 bytes)
7.07/7.21	c 7	6495 (50%) CSP clauses are encoded (176268 clauses, 3341741 bytes)
7.16/7.34	c 7	7794 (60%) CSP clauses are encoded (205375 clauses, 3920041 bytes)
7.27/7.47	c 7	9093 (70%) CSP clauses are encoded (233818 clauses, 4509324 bytes)
7.47/7.60	c 7	10392 (80%) CSP clauses are encoded (262649 clauses, 5114673 bytes)
7.57/7.73	c 7	11691 (90%) CSP clauses are encoded (291581 clauses, 5717123 bytes)
7.66/7.87	c 7	12989 (100%) CSP clauses are encoded (320643 clauses, 6317204 bytes)
7.66/7.87	c 7	12989 CSP clauses encoded
7.66/7.87	c 7	Writing map file : HOME/temp.map
7.66/7.89	c 7	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.66/7.89	c 7	SAT : 32718 SAT variables, 320643 SAT clauses, 6317204 bytes
7.66/7.89	c 7	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.76/7.95	c 7	SOLVING HOME/temp.cnf
7.76/7.95	c 7	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
7.76/7.95	c 7	This is MiniSat 2.0 beta
7.76/7.95	c 7	WARNING: for repeatability, setting FPU to use double precision
7.76/7.95	c 7	============================[ Problem Statistics ]=============================
7.76/7.95	c 7	|                                                                             |
7.76/7.95	c 7	|  Number of variables:  32718                                                |
7.76/7.95	c 7	|  Number of clauses:    320643                                               |
7.77/8.12	c 8	|  Parsing time:         0.15         s                                       |
7.77/8.13	c 8	============================[ Search Statistics ]==============================
7.77/8.13	c 8	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.77/8.13	c 8	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.77/8.13	c 8	===============================================================================
7.77/8.13	c 8	|         0 |   32718   320643   900730 |   106881        0    nan |  0.000 % |
7.77/8.17	c 8	|       101 |   32718   320643   900730 |   117569      101     10 |  0.000 % |
7.77/8.19	c 8	|       251 |   32718   320643   900730 |   129326      251     11 |  0.000 % |
7.77/8.23	c 8	|       477 |   32718   320643   900730 |   142258      477     11 |  0.000 % |
7.77/8.29	c 8	|       814 |   32718   320643   900730 |   156484      814     11 |  0.000 % |
7.77/8.36	c 8	|      1320 |   32718   320643   900730 |   172132     1320     12 |  0.000 % |
7.77/8.48	c 8	|      2079 |   32718   320643   900730 |   189346     2079     12 |  0.000 % |
7.77/8.66	c 8	|      3218 |   32718   320643   900730 |   208280     3218     12 |  0.000 % |
8.70/8.98	c 8	|      4928 |   32718   320643   900730 |   229108     4928     11 |  0.000 % |
9.30/9.53	c 9	|      7490 |   32683   319752   898184 |   252019     4769     10 |  0.199 % |
9.40/9.64	c 9	===============================================================================
9.40/9.64	c 9	restarts              : 10
9.40/9.64	c 9	conflicts             : 8010           (4829 /sec)
9.40/9.64	c 9	decisions             : 11243          (1.89 % random) (6778 /sec)
9.40/9.64	c 9	propagations          : 2029011        (1223219 /sec)
9.40/9.64	c 9	conflict literals     : 87055          (33.08 % deleted)
9.40/9.64	c 9	Memory used           : 18.07 MB
9.40/9.64	c 9	CPU time              : 1.65875 s
9.40/9.64	c 9	
9.40/9.64	c 9	UNSATISFIABLE
9.40/9.65	c 9	DECODING HOME/temp.out WITH HOME/temp.map
9.40/9.65	c 9	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'
9.46/9.72	c 9	Decoding HOME/temp.out
9.69/9.92	s UNSATISFIABLE
9.69/9.93	c 9	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
9.69/9.96	c 9	CPU 9.73 (0.05 0.01 9.37 0.3)
9.69/9.96	c 9	END Sun Jul 12 08:09:45 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2084392-1247378975/watcher-2084392-1247378975 -o /tmp/evaluation-result-2084392-1247378975/solver-2084392-1247378975 -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-2084392-1247378975.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.41 2.22 2.07 4/81 25915
/proc/meminfo: memFree=984784/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=18576 CPUtime=0
/proc/25915/stat : 25915 (runsolver) R 25913 25915 25728 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24962370 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 254613712167 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25915/statm: 4644 284 249 26 0 2626 0

[startup+0.044365 s]
/proc/loadavg: 2.41 2.22 2.07 4/81 25915
/proc/meminfo: memFree=984784/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=13468 CPUtime=0.02
/proc/25915/stat : 25915 (sugar) R 25913 25915 25728 0 -1 4194304 755 0 0 0 2 0 0 0 20 0 1 0 24962370 13791232 723 996147200 4194304 4206940 548682068608 18446744073709551615 254633592251 0 0 4224 0 0 0 0 17 0 0 0
/proc/25915/statm: 3367 723 338 3 0 467 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13468

[startup+0.10184 s]
/proc/loadavg: 2.41 2.22 2.07 4/81 25915
/proc/meminfo: memFree=984784/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=0.06
/proc/25915/stat : 25915 (sugar) S 25913 25915 25728 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 24962370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301853 s]
/proc/loadavg: 2.41 2.22 2.07 4/81 25915
/proc/meminfo: memFree=984784/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=0.06
/proc/25915/stat : 25915 (sugar) S 25913 25915 25728 0 -1 4194304 1227 128 0 0 5 1 0 0 22 0 1 0 24962370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701906 s]
/proc/loadavg: 2.41 2.22 2.07 4/81 25915
/proc/meminfo: memFree=984784/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=0.61
/proc/25915/stat : 25915 (sugar) S 25913 25915 25728 0 -1 4194304 1292 7167 0 1 5 1 50 5 17 0 1 0 24962370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25915/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50299 s]
/proc/loadavg: 2.41 2.22 2.07 4/92 25937
/proc/meminfo: memFree=974072/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=0.61
/proc/25915/stat : 25915 (sugar) S 25913 25915 25728 0 -1 4194304 1309 7167 0 1 5 1 50 5 16 0 1 0 24962370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25915/statm: 4217 1111 409 3 0 796 0
[pid=25928] ppid=25915 vsize=5356 CPUtime=0
/proc/25928/stat : 25928 (sh) S 25915 25915 25728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24962435 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25928/statm: 1339 233 193 169 0 50 0
[pid=25929] ppid=25928 vsize=868512 CPUtime=0.82
/proc/25929/stat : 25929 (java) S 25928 25915 25728 0 -1 0 5321 0 1 0 79 3 0 0 20 0 9 0 24962435 889356288 4725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25929/statm: 217128 4725 1741 9 0 211633 0
[pid=25929/tid=25930] ppid=25928 vsize=868512 CPUtime=0.62
/proc/25929/task/25930/stat : 25930 (java) R 25928 25915 25728 0 -1 64 2687 0 1 0 61 1 0 0 25 0 9 0 24962436 889356288 4725 996147200 134512640 134550932 4294955936 18446744073709551615 4126518858 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25931] ppid=25928 vsize=868512 CPUtime=0.03
/proc/25929/task/25931/stat : 25931 (java) S 25928 25915 25728 0 -1 64 490 0 0 0 3 0 0 0 16 0 9 0 24962437 889356288 4725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25932] ppid=25928 vsize=868512 CPUtime=0
/proc/25929/task/25932/stat : 25932 (java) S 25928 25915 25728 0 -1 64 10 0 0 0 0 0 0 0 24 0 9 0 24962438 889356288 4725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25933] ppid=25928 vsize=868512 CPUtime=0
/proc/25929/task/25933/stat : 25933 (java) S 25928 25915 25728 0 -1 64 4 0 0 0 0 0 0 0 25 0 9 0 24962438 889356288 4725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25934] ppid=25928 vsize=868512 CPUtime=0
/proc/25929/task/25934/stat : 25934 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24962440 889356288 4725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25935] ppid=25928 vsize=868512 CPUtime=0.15
/proc/25929/task/25935/stat : 25935 (java) S 25928 25915 25728 0 -1 64 1450 0 0 0 14 1 0 0 16 0 9 0 24962440 889356288 4725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25936] ppid=25928 vsize=868512 CPUtime=0
/proc/25929/task/25936/stat : 25936 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24962440 889356288 4725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25937] ppid=25928 vsize=868512 CPUtime=0
/proc/25929/task/25937/stat : 25937 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24962440 889356288 4725 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890736

[startup+3.10216 s]
/proc/loadavg: 2.41 2.22 2.07 3/92 25937
/proc/meminfo: memFree=968440/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=0.61
/proc/25915/stat : 25915 (sugar) S 25913 25915 25728 0 -1 4194304 1309 7167 0 1 5 1 50 5 15 0 1 0 24962370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25915/statm: 4217 1111 409 3 0 796 0
[pid=25928] ppid=25915 vsize=5356 CPUtime=0
/proc/25928/stat : 25928 (sh) S 25915 25915 25728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24962435 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25928/statm: 1339 233 193 169 0 50 0
[pid=25929] ppid=25928 vsize=868596 CPUtime=2.4
/proc/25929/stat : 25929 (java) S 25928 25915 25728 0 -1 0 7324 0 1 0 235 5 0 0 20 0 9 0 24962435 889442304 6415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25929/statm: 217149 6415 2566 9 0 211654 0
[pid=25929/tid=25930] ppid=25928 vsize=868596 CPUtime=2.05
/proc/25929/task/25930/stat : 25930 (java) R 25928 25915 25728 0 -1 64 2825 0 1 0 204 1 0 0 25 0 9 0 24962436 889442304 6415 996147200 134512640 134550932 4294955936 18446744073709551615 4126518803 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25931] ppid=25928 vsize=868596 CPUtime=0.16
/proc/25929/task/25931/stat : 25931 (java) S 25928 25915 25728 0 -1 64 2331 0 0 0 14 2 0 0 16 0 9 0 24962437 889442304 6415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25932] ppid=25928 vsize=868596 CPUtime=0
/proc/25929/task/25932/stat : 25932 (java) S 25928 25915 25728 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24962438 889442304 6415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25933] ppid=25928 vsize=868596 CPUtime=0
/proc/25929/task/25933/stat : 25933 (java) S 25928 25915 25728 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24962438 889442304 6415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25934] ppid=25928 vsize=868596 CPUtime=0
/proc/25929/task/25934/stat : 25934 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24962440 889442304 6415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25935] ppid=25928 vsize=868596 CPUtime=0.17
/proc/25929/task/25935/stat : 25935 (java) S 25928 25915 25728 0 -1 64 1469 0 0 0 16 1 0 0 16 0 9 0 24962440 889442304 6415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25936] ppid=25928 vsize=868596 CPUtime=0
/proc/25929/task/25936/stat : 25936 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24962440 889442304 6415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25937] ppid=25928 vsize=868596 CPUtime=0
/proc/25929/task/25937/stat : 25937 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24962440 889442304 6415 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890820

[startup+6.30252 s]
/proc/loadavg: 2.46 2.23 2.08 3/92 25937
/proc/meminfo: memFree=963512/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=0.61
/proc/25915/stat : 25915 (sugar) S 25913 25915 25728 0 -1 4194304 1310 7167 0 1 5 1 50 5 15 0 1 0 24962370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25915/statm: 4217 1111 409 3 0 796 0
[pid=25928] ppid=25915 vsize=5356 CPUtime=0
/proc/25928/stat : 25928 (sh) S 25915 25915 25728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24962435 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25928/statm: 1339 233 193 169 0 50 0
[pid=25929] ppid=25928 vsize=868708 CPUtime=5.57
/proc/25929/stat : 25929 (java) S 25928 25915 25728 0 -1 0 9158 0 1 0 546 11 0 0 20 0 9 0 24962435 889556992 7576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25929/statm: 217177 7576 2592 9 0 211654 0
[pid=25929/tid=25930] ppid=25928 vsize=868708 CPUtime=4.9
/proc/25929/task/25930/stat : 25930 (java) R 25928 25915 25728 0 -1 64 3226 0 1 0 487 3 0 0 25 0 9 0 24962436 889556992 7576 996147200 134512640 134550932 4294955936 18446744073709551615 4126958516 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25931] ppid=25928 vsize=868708 CPUtime=0.43
/proc/25929/task/25931/stat : 25931 (java) S 25928 25915 25728 0 -1 64 3741 0 0 0 38 5 0 0 16 0 9 0 24962437 889556992 7576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25932] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25932/stat : 25932 (java) S 25928 25915 25728 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24962438 889556992 7576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25933] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25933/stat : 25933 (java) S 25928 25915 25728 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24962438 889556992 7576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25934] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25934/stat : 25934 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24962440 889556992 7576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25935] ppid=25928 vsize=868708 CPUtime=0.21
/proc/25929/task/25935/stat : 25935 (java) S 25928 25915 25728 0 -1 64 1492 0 0 0 20 1 0 0 15 0 9 0 24962440 889556992 7576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25936] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25936/stat : 25936 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24962440 889556992 7576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25937] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25937/stat : 25937 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24962440 889556992 7576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890932

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

[startup+7.9027 s]
/proc/loadavg: 2.46 2.23 2.08 3/92 25937
/proc/meminfo: memFree=955832/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=0.61
/proc/25915/stat : 25915 (sugar) S 25913 25915 25728 0 -1 4194304 1310 7167 0 1 5 1 50 5 15 0 1 0 24962370 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25915/statm: 4217 1111 409 3 0 796 0
[pid=25928] ppid=25915 vsize=5356 CPUtime=0
/proc/25928/stat : 25928 (sh) S 25915 25915 25728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24962435 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25928/statm: 1339 233 193 169 0 50 0
[pid=25929] ppid=25928 vsize=868708 CPUtime=7.15
/proc/25929/stat : 25929 (java) S 25928 25915 25728 0 -1 0 9480 0 1 0 697 18 0 0 20 0 9 0 24962435 889556992 7614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25929/statm: 217177 7614 2593 9 0 211654 0
[pid=25929/tid=25930] ppid=25928 vsize=868708 CPUtime=6.35
/proc/25929/task/25930/stat : 25930 (java) S 25928 25915 25728 0 -1 64 3518 0 1 0 627 8 0 0 25 0 9 0 24962436 889556992 7614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25931] ppid=25928 vsize=868708 CPUtime=0.51
/proc/25929/task/25931/stat : 25931 (java) S 25928 25915 25728 0 -1 64 3741 0 0 0 44 7 0 0 16 0 9 0 24962437 889556992 7614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25932] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25932/stat : 25932 (java) S 25928 25915 25728 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 24962438 889556992 7614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25933] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25933/stat : 25933 (java) S 25928 25915 25728 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24962438 889556992 7614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25934] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25934/stat : 25934 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24962440 889556992 7614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25935] ppid=25928 vsize=868708 CPUtime=0.25
/proc/25929/task/25935/stat : 25935 (java) S 25928 25915 25728 0 -1 64 1522 0 0 0 24 1 0 0 16 0 9 0 24962440 889556992 7614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25936] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25936/stat : 25936 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24962440 889556992 7614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25929/tid=25937] ppid=25928 vsize=868708 CPUtime=0
/proc/25929/task/25937/stat : 25937 (java) S 25928 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24962440 889556992 7614 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 890932

[startup+9.50188 s]
/proc/loadavg: 2.46 2.23 2.08 3/84 25939
/proc/meminfo: memFree=958392/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=7.77
/proc/25915/stat : 25915 (sugar) S 25913 25915 25728 0 -1 4194304 1376 16937 0 2 5 1 747 24 15 0 1 0 24962370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25915/statm: 4217 1113 409 3 0 796 0
[pid=25938] ppid=25915 vsize=5356 CPUtime=0
/proc/25938/stat : 25938 (sh) S 25915 25915 25728 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24963165 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25938/statm: 1339 232 193 169 0 50 0
[pid=25939] ppid=25938 vsize=18368 CPUtime=1.53
/proc/25939/stat : 25939 (minisat) R 25938 25915 25728 0 -1 4194304 4259 0 0 0 151 2 0 0 25 0 1 0 24963165 18808832 4245 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/25939/statm: 4592 4245 76 150 0 4439 0
Current children cumulated CPU time (s) 9.3
Current children cumulated vsize (KiB) 40592

[startup+9.90793 s]
/proc/loadavg: 2.58 2.26 2.09 4/92 25949
/proc/meminfo: memFree=969848/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=9.46
/proc/25915/stat : 25915 (sugar) S 25913 25915 25728 0 -1 4194304 1448 21492 0 2 5 1 913 27 15 0 1 0 24962370 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254622609506 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25915/statm: 4217 1113 409 3 0 796 0
[pid=25940] ppid=25915 vsize=5356 CPUtime=0
/proc/25940/stat : 25940 (sh) S 25915 25915 25728 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24963335 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 254613709636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25940/statm: 1339 233 193 169 0 50 0
[pid=25941] ppid=25940 vsize=862796 CPUtime=0.23
/proc/25941/stat : 25941 (java) S 25940 25915 25728 0 -1 0 3535 0 1 0 21 2 0 0 20 0 9 0 24963335 883503104 3000 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25941/statm: 215699 3000 1284 9 0 210612 0
[pid=25941/tid=25942] ppid=25940 vsize=862796 CPUtime=0.16
/proc/25941/task/25942/stat : 25942 (java) R 25940 25915 25728 0 -1 64 2030 0 1 0 15 1 0 0 25 0 9 0 24963336 883503104 3000 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25941/tid=25943] ppid=25940 vsize=862796 CPUtime=0
/proc/25941/task/25943/stat : 25943 (java) S 25940 25915 25728 0 -1 64 333 0 0 0 0 0 0 0 16 0 9 0 24963337 883503104 3000 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25941/tid=25944] ppid=25940 vsize=862796 CPUtime=0
/proc/25941/task/25944/stat : 25944 (java) S 25940 25915 25728 0 -1 64 11 0 0 0 0 0 0 0 23 0 9 0 24963337 883503104 3000 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25941/tid=25945] ppid=25940 vsize=862796 CPUtime=0
/proc/25941/task/25945/stat : 25945 (java) S 25940 25915 25728 0 -1 64 4 0 0 0 0 0 0 0 24 0 9 0 24963337 883503104 3000 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25941/tid=25946] ppid=25940 vsize=862796 CPUtime=0
/proc/25941/task/25946/stat : 25946 (java) S 25940 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 24963339 883503104 3000 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25941/tid=25947] ppid=25940 vsize=862796 CPUtime=0.05
/proc/25941/task/25947/stat : 25947 (java) R 25940 25915 25728 0 -1 64 478 0 0 0 5 0 0 0 19 0 9 0 24963339 883503104 3000 996147200 134512640 134550932 4294955984 18446744073709551615 102045025 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25941/tid=25948] ppid=25940 vsize=862796 CPUtime=0
/proc/25941/task/25948/stat : 25948 (java) S 25940 25915 25728 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 24963339 883503104 3000 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25941/tid=25949] ppid=25940 vsize=862796 CPUtime=0
/proc/25941/task/25949/stat : 25949 (java) S 25940 25915 25728 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 24963339 883503104 3000 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.69
Current children cumulated vsize (KiB) 885020

[startup+10.1019 s]
/proc/loadavg: 2.58 2.26 2.09 4/92 25949
/proc/meminfo: memFree=969848/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=9.73
/proc/25915/stat : 25915 (sugar) D 25913 25915 25728 0 -1 4194304 1477 25866 0 3 5 1 937 30 15 0 1 0 24962370 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/25915/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 16868

[startup+10.202 s]
/proc/loadavg: 2.58 2.26 2.09 4/92 25949
/proc/meminfo: memFree=969848/2055920 swapFree=4192948/4192956
[pid=25915] ppid=25913 vsize=16868 CPUtime=9.73
/proc/25915/stat : 25915 (sugar) D 25913 25915 25728 0 -1 4194304 1477 25866 0 3 5 1 937 30 15 0 1 0 24962370 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 254613885993 0 0 4224 16386 18446744071563608069 0 0 17 0 0 0
/proc/25915/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 9.73
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 10.2473
CPU time (s): 9.76951
CPU user time (s): 9.43557
CPU system time (s): 0.333949
CPU usage (%): 95.3378
Max. virtual memory (cumulated for all children) (KiB): 892104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.43557
system time used= 0.333949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27403
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= 9217
involuntary context switches= 9247

runsolver used 0.018997 second user time and 0.043993 second system time

The end

Launcher Data

Begin job on node87 at 2009-07-12 08:09:35
IDJOB=2084392
IDBENCH=58073
IDSOLVER=739
FILE ID=node87/2084392-1247378975
PBS_JOBID= 9507206
Free space on /tmp= 66292 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapScens11/normalized-scen11-f3.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-2084392-1247378975/watcher-2084392-1247378975 -o /tmp/evaluation-result-2084392-1247378975/solver-2084392-1247378975 -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-2084392-1247378975.xml

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

MD5SUM BENCH= 418cb735258839ac4f973e76ade14b1c
RANDOM SEED=756343969

node87.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.236
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.236
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:        985264 kB
Buffers:         95068 kB
Cached:         791644 kB
SwapCached:          8 kB
Active:         279272 kB
Inactive:       706708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        985264 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1824 kB
Writeback:           0 kB
Mapped:         115816 kB
Slab:            69576 kB
Committed_AS:   949688 kB
PageTables:       2056 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= 66292 MiB
End job on node87 at 2009-07-12 08:09:46