Trace number 2069498

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 4.31634 4.48091

General information on the benchmark

Namecsp/small/
normalized-patat-02-small-4.xml
MD5SUM1f09980c5d7c107d636a478d0aef4777
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.242962
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints3335
Maximum constraint arity12
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3270
Global constraints used (with number of constraints)alldifferent(65)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 00:16:55 2009
0.00/0.08	c 0	PID 14967
0.06/0.08	c 0	HOST node13.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2069498-1247350615.xml TO HOME/temp.csp
0.06/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-2069498-1247350615.xml' 'HOME/temp.csp'
0.06/0.64	c 0	7 domains, 200 variables, 1 predicates, 0 relations, 3335 constraints
0.06/0.66	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.66	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.74	c 0	Parsing HOME/temp.csp
0.61/0.85	c 1	parsed 3543 expressions
0.61/0.85	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.61/0.85	c 1	Converting to clausal form CSP
0.93/1.03	c 1	converted 355 (10%) expressions
0.93/1.09	c 1	converted 709 (20%) expressions
1.03/1.12	c 1	converted 1063 (30%) expressions
1.03/1.15	c 1	converted 1418 (40%) expressions
1.03/1.17	c 1	converted 1772 (50%) expressions
1.03/1.19	c 1	converted 2126 (60%) expressions
1.12/1.21	c 1	converted 2481 (70%) expressions
1.12/1.23	c 1	converted 2835 (80%) expressions
1.22/1.30	c 1	converted 3189 (90%) expressions
1.22/1.39	c 1	converted 3543 (100%) expressions
1.22/1.39	c 1	CSP : 200 integers, 0 booleans, 5131 clauses, largest domain size 45
1.22/1.39	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.22/1.39	c 1	Propagation in CSP
1.32/1.42	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.42	c 1	CSP : 200 integers, 0 booleans, 5131 clauses, largest domain size 45
1.32/1.42	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.42	c 1	Simplifing CSP by introducing new Boolean variables
1.42/1.55	c 1	CSP : 200 integers, 16278 booleans, 21409 clauses, largest domain size 45
1.42/1.55	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.52/1.63	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.52/1.66	c 1	20 (10%) CSP integer variables are encoded (860 clauses, 9314 bytes)
1.52/1.66	c 1	40 (20%) CSP integer variables are encoded (1720 clauses, 20261 bytes)
1.52/1.67	c 1	60 (30%) CSP integer variables are encoded (2580 clauses, 31441 bytes)
1.52/1.67	c 1	80 (40%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
1.52/1.67	c 1	100 (50%) CSP integer variables are encoded (4300 clauses, 53801 bytes)
1.52/1.67	c 1	120 (60%) CSP integer variables are encoded (4317 clauses, 54022 bytes)
1.52/1.67	c 1	140 (70%) CSP integer variables are encoded (4340 clauses, 54321 bytes)
1.52/1.67	c 1	160 (80%) CSP integer variables are encoded (4361 clauses, 54594 bytes)
1.52/1.67	c 1	180 (90%) CSP integer variables are encoded (4385 clauses, 54906 bytes)
1.52/1.67	c 1	200 (100%) CSP integer variables are encoded (4403 clauses, 55140 bytes)
1.72/1.83	c 2	2141 (10%) CSP clauses are encoded (47402 clauses, 808547 bytes)
1.82/1.92	c 2	4282 (20%) CSP clauses are encoded (89653 clauses, 1554758 bytes)
1.91/2.01	c 2	6423 (30%) CSP clauses are encoded (131678 clauses, 2322588 bytes)
2.02/2.12	c 2	8564 (40%) CSP clauses are encoded (173725 clauses, 3141036 bytes)
2.12/2.22	c 2	10705 (50%) CSP clauses are encoded (215190 clauses, 3956148 bytes)
2.22/2.31	c 2	12846 (60%) CSP clauses are encoded (256586 clauses, 4769713 bytes)
2.31/2.42	c 2	14987 (70%) CSP clauses are encoded (298635 clauses, 5596581 bytes)
2.41/2.54	c 2	17128 (80%) CSP clauses are encoded (348992 clauses, 6569332 bytes)
2.50/2.67	c 2	19269 (90%) CSP clauses are encoded (412513 clauses, 7774196 bytes)
2.70/2.80	c 3	21409 (100%) CSP clauses are encoded (476605 clauses, 8994377 bytes)
2.70/2.80	c 3	21409 CSP clauses encoded
2.70/2.80	c 3	Writing map file : HOME/temp.map
2.70/2.82	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.70/2.82	c 3	SAT : 20856 SAT variables, 476605 SAT clauses, 8994377 bytes
2.70/2.82	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.70/2.86	c 3	SOLVING HOME/temp.cnf
2.70/2.86	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.70/2.86	c 3	This is MiniSat 2.0 beta
2.70/2.86	c 3	WARNING: for repeatability, setting FPU to use double precision
2.70/2.86	c 3	============================[ Problem Statistics ]=============================
2.70/2.86	c 3	|                                                                             |
2.70/2.86	c 3	|  Number of variables:  20856                                                |
2.70/2.86	c 3	|  Number of clauses:    476605                                               |
2.74/3.10	c 3	|  Parsing time:         0.21         s                                       |
2.74/3.11	c 3	============================[ Search Statistics ]==============================
2.74/3.11	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.74/3.11	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.74/3.11	c 3	===============================================================================
2.74/3.11	c 3	|         0 |   20856   476605  1397383 |   158868        0    nan |  0.000 % |
3.06/3.23	c 3	|       101 |   20856   476605  1397383 |   174755      101     16 |  0.000 % |
3.17/3.39	c 3	|       251 |   20856   476605  1397383 |   192230      251     12 |  0.000 % |
3.37/3.54	c 3	|       477 |   20856   476605  1397383 |   211453      477     12 |  0.000 % |
3.56/3.72	c 3	|       814 |   20856   476605  1397383 |   232599      814     12 |  0.000 % |
3.76/3.96	c 4	|      1320 |   20856   476605  1397383 |   255859     1320     11 |  0.000 % |
3.86/4.09	c 4	===============================================================================
3.86/4.09	c 4	restarts              : 6
3.86/4.09	c 4	conflicts             : 1512           (1275 /sec)
3.86/4.09	c 4	decisions             : 61077          (1.50 % random) (51506 /sec)
3.86/4.09	c 4	propagations          : 1112249        (937958 /sec)
3.86/4.09	c 4	conflict literals     : 17033          (1.93 % deleted)
3.86/4.09	c 4	Memory used           : 24.41 MB
3.86/4.09	c 4	CPU time              : 1.18582 s
3.86/4.09	c 4	
3.96/4.10	c 4	SATISFIABLE
3.96/4.10	c 4	DECODING HOME/temp.out WITH HOME/temp.map
3.96/4.10	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.96/4.18	c 4	Decoding HOME/temp.out
4.16/4.40	s SATISFIABLE
4.26/4.41	v 38 34 39 38 31 21 40 42 17 41 42 32 24 36 32 36 19 29 40 32 30 31 25 39 30 31 43 39 34 16 26 25 24 42 44 43 44 27 34 37 15 37 27 41 20 43 39 16 38 28 23 31 25 35 26 36 44 18 26 33 40 43 36 20 29 44 28 23 30 22 40 38 44 28 37 41 33 36 29 41 35 43 28 24 42 29 35 22 37 35 38 31 42 40 33 27 34 39 41 22 4 4 4 0 3 2 1 4 2 0 0 4 3 0 1 4 4 3 0 2 4 4 1 3 2 0 1 1 0 4 1 2 2 2 3 4 2 3 2 2 3 1 2 3 2 0 0 2 1 3 1 1 3 3 2 1 4 1 3 1 3 2 3 1 4 0 4 2 1 1 4 3 1 2 4 2 2 2 2 4 2 3 1 1 3 1 1 2 3 4 2 2 1 2 4 4 1 2 1 0
4.26/4.42	c 4	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.26/4.48	c 4	CPU 4.3 (0.06 0.02 3.94 0.28)
4.26/4.48	c 4	END Sun Jul 12 00:16:59 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-2069498-1247350615/watcher-2069498-1247350615 -o /tmp/evaluation-result-2069498-1247350615/solver-2069498-1247350615 -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-2069498-1247350615.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.01 2.12 2.07 4/81 14967
/proc/meminfo: memFree=1890152/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=12268 CPUtime=0
/proc/14967/stat : 14967 (sugar) R 14965 14967 13937 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22128381 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269757413989 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14967/statm: 3067 316 241 3 0 167 0

[startup+0.0816881 s]
/proc/loadavg: 2.01 2.12 2.07 4/81 14967
/proc/meminfo: memFree=1890152/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=16740 CPUtime=0.06
/proc/14967/stat : 14967 (sugar) S 14965 14967 13937 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22128381 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.103978 s]
/proc/loadavg: 2.01 2.12 2.07 4/81 14967
/proc/meminfo: memFree=1890152/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=16868 CPUtime=0.06
/proc/14967/stat : 14967 (sugar) S 14965 14967 13937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22128381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302006 s]
/proc/loadavg: 2.01 2.12 2.07 4/81 14967
/proc/meminfo: memFree=1890152/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=16868 CPUtime=0.06
/proc/14967/stat : 14967 (sugar) S 14965 14967 13937 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22128381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70106 s]
/proc/loadavg: 2.01 2.12 2.07 4/81 14967
/proc/meminfo: memFree=1890152/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=16868 CPUtime=0.61
/proc/14967/stat : 14967 (sugar) S 14965 14967 13937 0 -1 4194304 1292 6834 0 1 5 1 51 4 16 0 1 0 22128381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50116 s]
/proc/loadavg: 2.01 2.12 2.07 4/92 14989
/proc/meminfo: memFree=1877328/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=16868 CPUtime=0.61
/proc/14967/stat : 14967 (sugar) S 14965 14967 13937 0 -1 4194304 1310 6834 0 1 5 1 51 4 16 0 1 0 22128381 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 4217 1111 409 3 0 796 0
[pid=14980] ppid=14967 vsize=5356 CPUtime=0
/proc/14980/stat : 14980 (sh) S 14967 14967 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22128447 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14980/statm: 1339 233 193 169 0 50 0
[pid=14981] ppid=14980 vsize=868624 CPUtime=0.81
/proc/14981/stat : 14981 (java) S 14980 14967 13937 0 -1 0 8024 0 1 0 76 5 0 0 18 0 9 0 22128447 889470976 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14981/statm: 217156 7242 2566 9 0 211661 0
[pid=14981/tid=14982] ppid=14980 vsize=868624 CPUtime=0.46
/proc/14981/task/14982/stat : 14982 (java) R 14980 14967 13937 0 -1 64 2699 0 1 0 45 1 0 0 23 0 9 0 22128448 889470976 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14983] ppid=14980 vsize=868624 CPUtime=0.15
/proc/14981/task/14983/stat : 14983 (java) R 14980 14967 13937 0 -1 64 3132 0 0 0 14 1 0 0 16 0 9 0 22128449 889470976 7242 996147200 134512640 134550932 4294955936 18446744073709551615 102510340 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14984] ppid=14980 vsize=868624 CPUtime=0
/proc/14981/task/14984/stat : 14984 (java) S 14980 14967 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22128450 889470976 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14985] ppid=14980 vsize=868624 CPUtime=0
/proc/14981/task/14985/stat : 14985 (java) S 14980 14967 13937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22128450 889470976 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14986] ppid=14980 vsize=868624 CPUtime=0
/proc/14981/task/14986/stat : 14986 (java) S 14980 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22128452 889470976 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14987] ppid=14980 vsize=868624 CPUtime=0.17
/proc/14981/task/14987/stat : 14987 (java) S 14980 14967 13937 0 -1 64 1494 0 0 0 16 1 0 0 16 0 9 0 22128452 889470976 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14988] ppid=14980 vsize=868624 CPUtime=0
/proc/14981/task/14988/stat : 14988 (java) S 14980 14967 13937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22128452 889470976 7242 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14981/tid=14989] ppid=14980 vsize=868624 CPUtime=0
/proc/14981/task/14989/stat : 14989 (java) S 14980 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22128452 889470976 7242 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) 890848

[startup+3.10138 s]
/proc/loadavg: 2.01 2.12 2.07 3/92 14989
/proc/meminfo: memFree=1861456/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=16868 CPUtime=2.74
/proc/14967/stat : 14967 (sugar) S 14965 14967 13937 0 -1 4194304 1376 16274 0 2 5 1 247 21 16 0 1 0 22128381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 16868

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

[startup+3.90148 s]
/proc/loadavg: 2.01 2.12 2.07 3/84 14991
/proc/meminfo: memFree=1856144/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=16868 CPUtime=2.74
/proc/14967/stat : 14967 (sugar) S 14965 14967 13937 0 -1 4194304 1376 16274 0 2 5 1 247 21 15 0 1 0 22128381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 4217 1113 409 3 0 796 0
[pid=14990] ppid=14967 vsize=5356 CPUtime=0
/proc/14990/stat : 14990 (sh) S 14967 14967 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22128667 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14990/statm: 1339 232 193 169 0 50 0
[pid=14991] ppid=14990 vsize=24716 CPUtime=1.02
/proc/14991/stat : 14991 (minisat) R 14990 14967 13937 0 -1 4194304 5796 0 0 0 99 3 0 0 25 0 1 0 22128667 25309184 5782 996147200 134512640 135127466 4294956256 18446744073709551615 134521691 0 0 4096 3 0 0 0 17 1 0 0
/proc/14991/statm: 6179 5782 76 150 0 6026 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 46940

[startup+4.30153 s]
/proc/loadavg: 2.01 2.12 2.07 4/92 15001
/proc/meminfo: memFree=1872784/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=16868 CPUtime=3.98
/proc/14967/stat : 14967 (sugar) S 14965 14967 13937 0 -1 4194304 1448 22403 0 2 5 2 366 25 16 0 1 0 22128381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 4217 1113 409 3 0 796 0
[pid=14992] ppid=14967 vsize=5356 CPUtime=0
/proc/14992/stat : 14992 (sh) S 14967 14967 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22128791 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14992/statm: 1339 233 193 169 0 50 0
[pid=14993] ppid=14992 vsize=862012 CPUtime=0.18
/proc/14993/stat : 14993 (java) S 14992 14967 13937 0 -1 0 2913 0 1 0 16 2 0 0 18 0 9 0 22128792 882700288 2379 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14993/statm: 215503 2379 1255 9 0 210416 0
[pid=14993/tid=14994] ppid=14992 vsize=862012 CPUtime=0.16
/proc/14993/task/14994/stat : 14994 (java) R 14992 14967 13937 0 -1 64 2010 0 1 0 15 1 0 0 18 0 9 0 22128793 882700288 2379 996147200 134512640 134550932 4294955984 18446744073709551615 4125958484 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14995] ppid=14992 vsize=862012 CPUtime=0
/proc/14993/task/14995/stat : 14995 (java) S 14992 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22128794 882700288 2379 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14996] ppid=14992 vsize=862012 CPUtime=0
/proc/14993/task/14996/stat : 14996 (java) S 14992 14967 13937 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 22128794 882700288 2379 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14997] ppid=14992 vsize=862012 CPUtime=0
/proc/14993/task/14997/stat : 14997 (java) S 14992 14967 13937 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22128794 882700288 2379 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14998] ppid=14992 vsize=862012 CPUtime=0
/proc/14993/task/14998/stat : 14998 (java) S 14992 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22128796 882700288 2379 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14999] ppid=14992 vsize=862012 CPUtime=0
/proc/14993/task/14999/stat : 14999 (java) R 14992 14967 13937 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 22128796 882700288 2379 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=15000] ppid=14992 vsize=862012 CPUtime=0
/proc/14993/task/15000/stat : 15000 (java) S 14992 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22128796 882700288 2379 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=15001] ppid=14992 vsize=862012 CPUtime=0
/proc/14993/task/15001/stat : 15001 (java) S 14992 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 17 0 9 0 22128796 882700288 2379 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 884236

[startup+4.40754 s]
/proc/loadavg: 2.01 2.12 2.07 4/92 15001
/proc/meminfo: memFree=1872784/2055920 swapFree=4192812/4192956
[pid=14967] ppid=14965 vsize=16868 CPUtime=3.98
/proc/14967/stat : 14967 (sugar) S 14965 14967 13937 0 -1 4194304 1449 22403 0 2 5 2 366 25 15 0 1 0 22128381 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14967/statm: 4217 1113 409 3 0 796 0
[pid=14992] ppid=14967 vsize=5356 CPUtime=0
/proc/14992/stat : 14992 (sh) S 14967 14967 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22128791 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14992/statm: 1339 233 193 169 0 50 0
[pid=14993] ppid=14992 vsize=862156 CPUtime=0.28
/proc/14993/stat : 14993 (java) S 14992 14967 13937 0 -1 0 3007 0 1 0 26 2 0 0 18 0 9 0 22128792 882847744 2473 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14993/statm: 215539 2473 1276 9 0 210452 0
[pid=14993/tid=14994] ppid=14992 vsize=862156 CPUtime=0.23
/proc/14993/task/14994/stat : 14994 (java) R 14992 14967 13937 0 -1 64 2013 0 1 0 22 1 0 0 19 0 9 0 22128793 882847744 2473 996147200 134512640 134550932 4294955984 18446744073709551615 4125958100 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14995] ppid=14992 vsize=862156 CPUtime=0
/proc/14993/task/14995/stat : 14995 (java) S 14992 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22128794 882847744 2473 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14996] ppid=14992 vsize=862156 CPUtime=0
/proc/14993/task/14996/stat : 14996 (java) S 14992 14967 13937 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 22128794 882847744 2473 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14997] ppid=14992 vsize=862156 CPUtime=0
/proc/14993/task/14997/stat : 14997 (java) S 14992 14967 13937 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22128794 882847744 2473 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14998] ppid=14992 vsize=862156 CPUtime=0
/proc/14993/task/14998/stat : 14998 (java) S 14992 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22128796 882847744 2473 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=14999] ppid=14992 vsize=862156 CPUtime=0.03
/proc/14993/task/14999/stat : 14999 (java) S 14992 14967 13937 0 -1 64 299 0 0 0 3 0 0 0 17 0 9 0 22128796 882847744 2473 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=15000] ppid=14992 vsize=862156 CPUtime=0
/proc/14993/task/15000/stat : 15000 (java) S 14992 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22128796 882847744 2473 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14993/tid=15001] ppid=14992 vsize=862156 CPUtime=0
/proc/14993/task/15001/stat : 15001 (java) S 14992 14967 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22128796 882847744 2473 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 884380

Child status: 0
Real time (s): 4.48091
CPU time (s): 4.31634
CPU user time (s): 4.00739
CPU system time (s): 0.308953
CPU usage (%): 96.3274
Max. virtual memory (cumulated for all children) (KiB): 890976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4.00739
system time used= 0.308953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27776
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= 4679
involuntary context switches= 4718

runsolver used 0.013997 second user time and 0.023996 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 00:16:55
IDJOB=2069498
IDBENCH=55065
IDSOLVER=739
FILE ID=node13/2069498-1247350615
PBS_JOBID= 9506834
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/small/normalized-patat-02-small-4.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-2069498-1247350615/watcher-2069498-1247350615 -o /tmp/evaluation-result-2069498-1247350615/solver-2069498-1247350615 -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-2069498-1247350615.xml

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

MD5SUM BENCH= 1f09980c5d7c107d636a478d0aef4777
RANDOM SEED=104633088

node13.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.241
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.241
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:       1890632 kB
Buffers:         10012 kB
Cached:          63020 kB
SwapCached:          0 kB
Active:          99308 kB
Inactive:        20152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1890632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1992 kB
Writeback:           0 kB
Mapped:          66828 kB
Slab:            30764 kB
Committed_AS:   211852 kB
PageTables:       1996 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= 66296 MiB
End job on node13 at 2009-07-12 00:16:59